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