fix: copyable places feature always enabled

This commit is contained in:
Index 2024-07-10 17:36:33 -05:00
parent 2e4ade1c97
commit 80d223e4d1

View file

@ -115,7 +115,7 @@ const Gamepasses = Array.from(GamepassesTab.getElementsByClassName('card')) || [
} }
} }
if (Settings.ReaddCopyableOn === true || 1 === 1) { if (Settings.ReaddCopyableOn === true) {
ReaddCopyable() ReaddCopyable()
} }
}); });