diff --git a/manage/manage.js b/manage/manage.js index 03ff7caa..b8c3b597 100644 --- a/manage/manage.js +++ b/manage/manage.js @@ -295,7 +295,7 @@ function recreateStyleTargets({styles, iconsOnly = false} = {}) { }); } } - if (newUI.favicons) { + if (newUI.enabled && newUI.favicons) { debounce(getFaviconImgSrc); } });