mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix KeywordNotify Find
This commit is contained in:
parent
e3014b2d79
commit
eacb748570
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue