Update src/plugins/noDevtoolsWarning/index.ts

Co-authored-by: v <vendicated@riseup.net>
This commit is contained in:
scarf 2024-09-17 15:13:49 +09:00 committed by GitHub
parent 030baea712
commit bd44638691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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], authors: [Devs.Ven],
patches: [{ patches: [{
find: "setDevtoolsCallbacks", find: "setDevtoolsCallbacks",