mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-23 07:51:48 +01:00
parent
8280cc947b
commit
e66e1a0ee3
@ -47,6 +47,12 @@ main._initializeSettings = function () {
|
||||
items.allowlistedDomains = items.whitelistedDomains;
|
||||
}
|
||||
|
||||
// Delete old key
|
||||
if (typeof items.whitelistedDomains !== 'undefined') {
|
||||
delete items['whitelistedDomains'];
|
||||
storageManager.type.remove('whitelistedDomains');
|
||||
}
|
||||
|
||||
// Convert value of notifications
|
||||
if (typeof items.hideReleaseNotes !== 'undefined') {
|
||||
items.updateNotification = items.hideReleaseNotes ? 0 : 2;
|
||||
|
Loading…
Reference in New Issue
Block a user