diff options
author | Vendicated <vendicated@riseup.net> | 2023-01-07 03:19:28 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-01-07 03:19:37 +0100 |
commit | 8113ed3c8cbc8894607b7d4ed6d5bb770f1a345e (patch) | |
tree | c9d477c8091d2ce7ba7d233cd1befc1538450309 /src/plugins/plainFolderIcon.ts | |
parent | b8ed72286bfca5cbcae55ca37c5968079e43a352 (diff) | |
download | Vencord-8113ed3c8cbc8894607b7d4ed6d5bb770f1a345e.tar.gz Vencord-8113ed3c8cbc8894607b7d4ed6d5bb770f1a345e.tar.bz2 Vencord-8113ed3c8cbc8894607b7d4ed6d5bb770f1a345e.zip |
Fix canary
Diffstat (limited to 'src/plugins/plainFolderIcon.ts')
-rw-r--r-- | src/plugins/plainFolderIcon.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plainFolderIcon.ts b/src/plugins/plainFolderIcon.ts index 5c01ea9..4c37e1e 100644 --- a/src/plugins/plainFolderIcon.ts +++ b/src/plugins/plainFolderIcon.ts @@ -24,7 +24,7 @@ export default definePlugin({ description: "Doesn't show the small guild icons in folders", authors: [Devs.botato], patches: [{ - find: "().expandedFolderIconWrapper", + find: ".expandedFolderIconWrapper", replacement: [{ match: /\(\w\|\|\w\)&&(\(.{0,40}\(.{1,3}\.animated)/, replace: "$1", |