mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed options page (#138)
This commit is contained in:
@@ -41,6 +41,12 @@ main._initializeSettings = function () {
|
||||
'value': false
|
||||
});
|
||||
}
|
||||
|
||||
// Copy old data
|
||||
if (items.allowlistedDomains === null) {
|
||||
items.allowlistedDomains = items.whitelistedDomains;
|
||||
}
|
||||
|
||||
stateManager.selectedIcon = items.selectedIcon;
|
||||
wrappers.setIcon({
|
||||
'path': stateManager.selectedIcon
|
||||
|
Reference in New Issue
Block a user