diff options
author | Marvin Witt <nurmarvinwitt@proton.me> | 2023-03-01 18:32:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 18:32:58 +0100 |
commit | dfc7a15083188f07dd9921155dda8139c43a32eb (patch) | |
tree | dd1b2c48422abf9e4f0c434c9b0e5f7515aebd7f /src/plugins | |
parent | 37003edae94c2caa9904af3ca2adf5975bdd156a (diff) | |
download | Vencord-dfc7a15083188f07dd9921155dda8139c43a32eb.tar.gz Vencord-dfc7a15083188f07dd9921155dda8139c43a32eb.tar.bz2 Vencord-dfc7a15083188f07dd9921155dda8139c43a32eb.zip |
chore: extend description of NoDevtoolsWarning plugin (#545)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/noDevtoolsWarning.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/noDevtoolsWarning.ts b/src/plugins/noDevtoolsWarning.ts index 8980ed8..2dd514e 100644 --- a/src/plugins/noDevtoolsWarning.ts +++ b/src/plugins/noDevtoolsWarning.ts @@ -24,7 +24,7 @@ migratePluginSettings("NoDevtoolsWarning", "STFU"); export default definePlugin({ name: "NoDevtoolsWarning", - description: "Disables the 'HOLD UP' banner in the console", + description: "Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.", authors: [Devs.Ven], patches: [{ find: "setDevtoolsCallbacks", |