From 0e720a0f753182ae18f21244ebb52fb53c620add Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:27:51 -0400 Subject: [PATCH] Fix Tab For KeywordNotify --- 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 82e63198..4b3fe341 100644 --- a/src/equicordplugins/keywordNotify/index.tsx +++ b/src/equicordplugins/keywordNotify/index.tsx @@ -30,7 +30,7 @@ let currentUser: User; let keywordLog: Array = []; const recentMentionsPopoutClass = findByPropsLazy("recentMentionsPopout"); -const tabClass = findByPropsLazy("tab"); +const tabClass = findByPropsLazy("inboxTitle", "tab"); const buttonClass = findByPropsLazy("size36"); const Popout = findByCodeLazy(".Messages.UNBLOCK_TO_JUMP_TITLE", "canCloseAllMessages:"); const createMessageRecord = findByCodeLazy(".createFromServer(", ".isBlockedForMessage", "messageReference:");