apply show-badge option to all tabs (#847)

This commit is contained in:
tophf 2020-02-11 17:14:09 +03:00 committed by GitHub
parent 0a79bde610
commit 438fdebc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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