From eacb7485703f1b23881f870c7cfbf46c612d0100 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:09:29 -0400 Subject: [PATCH] Fix KeywordNotify Find --- src/equicordplugins/keywordNotify/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/keywordNotify/index.tsx b/src/equicordplugins/keywordNotify/index.tsx index 4f2ec84b..d0efcc2a 100644 --- a/src/equicordplugins/keywordNotify/index.tsx +++ b/src/equicordplugins/keywordNotify/index.tsx @@ -33,7 +33,7 @@ const recentMentionsPopoutClass = findByPropsLazy("recentMentionsPopout"); const tabClass = findByPropsLazy("tab"); const buttonClass = findByPropsLazy("size36"); -const MenuHeader = findByCodeLazy(".getMessageReminders()).length"); +const MenuHeader = findByCodeLazy(".getOverdueMessageReminderCount())"); const Popout = findByCodeLazy(".Messages.UNBLOCK_TO_JUMP_TITLE", "canCloseAllMessages:"); const createMessageRecord = findByCodeLazy(".createFromServer(", ".isBlockedForMessage", "messageReference:"); const KEYWORD_ENTRIES_KEY = "KeywordNotify_keywordEntries";