mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
@@ -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;
|
||||||
|
Reference in New Issue
Block a user