diff --git a/js/background.js b/js/background.js index 9aaf6ad..7613b7b 100755 --- a/js/background.js +++ b/js/background.js @@ -96,6 +96,7 @@ const DefaultSettings = { PercentageOn: true, OpacityOn: true }, + ReaddCopyablePlacesOn: true, TimePlayedOn: true } diff --git a/js/places/place-view.js b/js/places/place-view.js index c368c7a..93103f7 100644 --- a/js/places/place-view.js +++ b/js/places/place-view.js @@ -135,7 +135,7 @@ const Gamepasses = Array.from(GamepassesTab.getElementsByClassName('card')) || [ } } - if (Settings.ReaddCopyableOn === true) { + if (Settings.ReaddCopyablePlacesOn === true) { ReaddCopyable() } }); diff --git a/settings.html b/settings.html index 3cb1e71..d887906 100755 --- a/settings.html +++ b/settings.html @@ -759,7 +759,7 @@ * This feature will be expanded to allow you to pick from a list of value lists (list-inception), if any prominent value lists pop-up in the future! -