diff options
author | Vendicated <vendicated@riseup.net> | 2023-02-28 00:17:28 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-02-28 00:17:28 +0100 |
commit | 0b61d29c31391405830d0cc06de6d8629573d18e (patch) | |
tree | 7761acb186ca13d5018fdad7f2826885b0787ff1 /src | |
parent | 335a13a38a748bf3faa87e4ccb16202fc42721b3 (diff) | |
download | Vencord-0b61d29c31391405830d0cc06de6d8629573d18e.tar.gz Vencord-0b61d29c31391405830d0cc06de6d8629573d18e.tar.bz2 Vencord-0b61d29c31391405830d0cc06de6d8629573d18e.zip |
Fix TypingTweaks
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/typingTweaks.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/typingTweaks.tsx b/src/plugins/typingTweaks.tsx index db8c438..47b6978 100644 --- a/src/plugins/typingTweaks.tsx +++ b/src/plugins/typingTweaks.tsx @@ -24,7 +24,7 @@ import { findByCodeLazy } from "@webpack"; import { GuildMemberStore, React, RelationshipStore } from "@webpack/common"; import { User } from "discord-types/general"; -const Avatar = findByCodeLazy(".Positions.TOP,spacing:"); +const Avatar = findByCodeLazy('"top",spacing:'); const settings = definePluginSettings({ showAvatars: { |