apply show-badge option to all tabs

This commit is contained in:
tophf 2020-02-11 16:26:42 +03:00
parent f32b6b6989
commit df82851e03

View File

@ -134,7 +134,7 @@ prefs.subscribe([
prefs.subscribe([
'show-badge'
], () => debounce(refreshIconBadgeText));
], () => debounce(refreshAllIconsBadgeText));
prefs.subscribe([
'disableAll',