mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Missing icon when extension is disabled for a website (#752)
This commit is contained in:
@@ -270,7 +270,7 @@ stateManager._domainIsListed = function (domain, listname) {
|
||||
|
||||
stateManager._setIconDisabled = function (tabIdentifier) {
|
||||
wrappers.setIcon({
|
||||
'path': stateManager.selectedIcon,
|
||||
'path': stateManager.selectedIcon || 'Default',
|
||||
'tabId': tabIdentifier
|
||||
}, 'Disabled');
|
||||
};
|
||||
|
Reference in New Issue
Block a user