From ffcb35d15f1a0ac075e8ab11ee10bd71b28c50e2 Mon Sep 17 00:00:00 2001 From: Index Date: Mon, 15 Jul 2024 08:54:12 -0500 Subject: [PATCH] fix: "re-add copyable places" setting toggle --- js/background.js | 1 + js/places/place-view.js | 2 +- settings.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) 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! -
+
New in v1.3!
  @@ -767,7 +767,7 @@ Re-add Copyable Places
- +