mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
docs: less ambigous noDevtoolsWarning description
[as discussed in discord](https://discord.com/channels/1015060230222131221/1026515880080842772/1283952481759662111), current description had a little bit of ambiguity.
This commit is contained in:
parent
f27361f017
commit
030baea712
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "NoDevtoolsWarning",
|
name: "NoDevtoolsWarning",
|
||||||
description: "Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.",
|
description: "Disables the 'HOLD UP' banner in the console. Also stops random logouts when using DevTools.",
|
||||||
authors: [Devs.Ven],
|
authors: [Devs.Ven],
|
||||||
patches: [{
|
patches: [{
|
||||||
find: "setDevtoolsCallbacks",
|
find: "setDevtoolsCallbacks",
|
||||||
|
|
Loading…
Add table
Reference in a new issue