diff options
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 0d72ca0..22eafdb 100644 --- a/src/plugins/typingTweaks.tsx +++ b/src/plugins/typingTweaks.tsx @@ -24,7 +24,7 @@ import { findByCodeLazy } from "@webpack"; import { GuildMemberStore, React, RelationshipStore, SelectedChannelStore } from "@webpack/common"; import { User } from "discord-types/general"; -const Avatar = findByCodeLazy('"top",spacing:'); +const Avatar = findByCodeLazy(".typingIndicatorRef", "svg"); const openProfile = findByCodeLazy("friendToken", "USER_PROFILE_MODAL_OPEN"); const settings = definePluginSettings({ |