fix: copyable places feature always enabled
This commit is contained in:
parent
2e4ade1c97
commit
80d223e4d1
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ const Gamepasses = Array.from(GamepassesTab.getElementsByClassName('card')) || [
|
|||
}
|
||||
}
|
||||
|
||||
if (Settings.ReaddCopyableOn === true || 1 === 1) {
|
||||
if (Settings.ReaddCopyableOn === true) {
|
||||
ReaddCopyable()
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Reference in a new issue