diff --git a/js/background.js b/js/background.js index eb8a3b4..618b3d2 100755 --- a/js/background.js +++ b/js/background.js @@ -106,7 +106,8 @@ const DefaultSettings = { MultiWhitelistOn: true, ClearWhitelistOn: true }, - MoreBlockedDetailsOn: true + MoreBlockedDetailsOn: true, + AssetDesignerCreditOn: true } // ON EXTENSION INSTALL / RELOAD diff --git a/js/store/item-view.js b/js/store/item-view.js index 31851c5..41ee256 100755 --- a/js/store/item-view.js +++ b/js/store/item-view.js @@ -66,7 +66,7 @@ var Utilities; HandleItemWishlist(); } - if (Settings.AssetDesignerCreditOn == true) { + if (Settings.AssetDesignerCreditOn === true) { chrome.storage.local.get(['PolyPlus_AssetDesigners'], async function(result){ let AssetDesignerData = result['PolyPlus_AssetDesigners']; diff --git a/resources/utils.js b/resources/utils.js index 2ad94eb..e15e7e6 100644 --- a/resources/utils.js +++ b/resources/utils.js @@ -125,7 +125,8 @@ export default { MultiWhitelistOn: true, ClearWhitelistOn: true }, - MoreBlockedDetailsOn: true + MoreBlockedDetailsOn: true, + AssetDesignerCreditOn: true }, Limits: { PinnedGames: 10, diff --git a/settings.html b/settings.html index b15b50a..aeec78f 100755 --- a/settings.html +++ b/settings.html @@ -812,6 +812,21 @@ See someone's player ID and join date even if they have blocked you on their profile. +