fixup 671b2765: don't show favicons in old UI
This commit is contained in:
parent
bd1e6175af
commit
66f176992b
|
@ -295,7 +295,7 @@ function recreateStyleTargets({styles, iconsOnly = false} = {}) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (newUI.favicons) {
|
if (newUI.enabled && newUI.favicons) {
|
||||||
debounce(getFaviconImgSrc);
|
debounce(getFaviconImgSrc);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user