mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Fix Tab For KeywordNotify
This commit is contained in:
parent
6c138e208d
commit
0e720a0f75
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let currentUser: User;
|
|||
let keywordLog: Array<any> = [];
|
||||
|
||||
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:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue