Fixed: Storage issue (#301)

This commit is contained in:
nobody 2021-03-13 06:56:43 +01:00
parent 294171707c
commit 454a0de286
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ options._renderOptionsPanel = function () {
'allowedDomainsGoogleFonts': domainAllowedGoogleFonts,
'enableLogging': options._optionValues.enableLogging,
'domainsManipulateDOM': domainHtmlFilter,
'negateHtmlFilterList': options._optionValues.negateHtmlFilterList
'negateHtmlFilterList': options._optionValues.negateHtmlFilterList,
'changeBadgeColorMissingResources': options._optionValues.changeBadgeColorMissingResources
};
other = {