mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 14:50:11 +00:00
Remove WEBSITE_ICONS_ENABLED and always enable website icons
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let websiteIconsEnabled = false;
|
||||
let websiteIconsEnabled = true;
|
||||
|
||||
export function setWebsiteIconsEnabled(enabled: boolean): void {
|
||||
websiteIconsEnabled = enabled;
|
||||
|
||||
Reference in New Issue
Block a user