parent
43a4671c64
commit
63e1720316
|
@ -113,7 +113,13 @@ function initGlobalEvents() {
|
||||||
setupLivePrefs();
|
setupLivePrefs();
|
||||||
sorter.init();
|
sorter.init();
|
||||||
|
|
||||||
prefs.subscribe(['manage.newUI'], () => switchUI());
|
prefs.subscribe([
|
||||||
|
'manage.newUI',
|
||||||
|
'manage.newUI.favicons',
|
||||||
|
'manage.newUI.faviconsGray',
|
||||||
|
'manage.newUI.sort',
|
||||||
|
'manage.newUI.targets',
|
||||||
|
], () => switchUI());
|
||||||
|
|
||||||
switchUI({styleOnly: true});
|
switchUI({styleOnly: true});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user