* Subscribe to all UI updates. Fixes #590 & #591 * Remove unnecessary subscription to sort changes
This commit is contained in:
parent
6aaff7aa12
commit
5778ac0d23
|
@ -113,7 +113,12 @@ function initGlobalEvents() {
|
|||
setupLivePrefs();
|
||||
sorter.init();
|
||||
|
||||
prefs.subscribe(['manage.newUI'], () => switchUI());
|
||||
prefs.subscribe([
|
||||
'manage.newUI',
|
||||
'manage.newUI.favicons',
|
||||
'manage.newUI.faviconsGray',
|
||||
'manage.newUI.targets',
|
||||
], () => switchUI());
|
||||
|
||||
switchUI({styleOnly: true});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user