Subscribe to all UI updates. Fixes #590 & #591

This commit is contained in:
Rob Garrison 2018-11-28 17:00:43 -06:00
parent 43a4671c64
commit 63e1720316

View File

@ -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});