From bd4463869127d7e28fe204ba9159d149142d3bc9 Mon Sep 17 00:00:00 2001 From: scarf Date: Tue, 17 Sep 2024 15:13:49 +0900 Subject: [PATCH] Update src/plugins/noDevtoolsWarning/index.ts Co-authored-by: v --- src/plugins/noDevtoolsWarning/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/noDevtoolsWarning/index.ts b/src/plugins/noDevtoolsWarning/index.ts index 4cf223117..a4760201a 100644 --- a/src/plugins/noDevtoolsWarning/index.ts +++ b/src/plugins/noDevtoolsWarning/index.ts @@ -21,7 +21,7 @@ import definePlugin from "@utils/types"; export default definePlugin({ name: "NoDevtoolsWarning", - description: "Disables the 'HOLD UP' banner in the console. Also stops random logouts when using DevTools.", + description: "Disables the 'HOLD UP' banner in the console. Also stops random logouts & token hiding when using DevTools.", authors: [Devs.Ven], patches: [{ find: "setDevtoolsCallbacks",