mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
Update DevComp to PR
This commit is contained in:
parent
218dadbe04
commit
93ec8dbe7a
10 changed files with 58 additions and 16 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
import { waitFor } from "@webpack";
|
||||
|
||||
let NoticesModule: any;
|
||||
export let NoticesModule: any;
|
||||
waitFor(m => m.show && m.dismiss && !m.suppressAll, m => NoticesModule = m);
|
||||
|
||||
export const noticesQueue = [] as any[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue