fixup 671b2765: don't show favicons in old UI

This commit is contained in:
tophf 2018-01-04 22:20:03 +03:00
parent bd1e6175af
commit 66f176992b

View File

@ -295,7 +295,7 @@ function recreateStyleTargets({styles, iconsOnly = false} = {}) {
});
}
}
if (newUI.favicons) {
if (newUI.enabled && newUI.favicons) {
debounce(getFaviconImgSrc);
}
});