Update DevComp to PR

This commit is contained in:
thororen1234 2025-01-09 10:37:02 -05:00
parent 218dadbe04
commit 93ec8dbe7a
10 changed files with 58 additions and 16 deletions

View file

@ -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[];