pass disableAll to styleInjector, fixes #1187

This commit is contained in:
tophf 2021-02-22 00:29:25 +03:00
parent 76ee0992e7
commit c5e2baaf87

View File

@ -83,6 +83,7 @@
delete window[SYM]; delete window[SYM];
prefs.subscribe('disableAll', updateDisableAll); prefs.subscribe('disableAll', updateDisableAll);
} }
styleInjector.toggle(hasStyles);
} }
} }