Devcompanion: only include in dev builds

This commit is contained in:
sadan4 2025-01-09 12:36:23 -05:00 committed by GitHub
parent 93ec8dbe7a
commit d26cf96343
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
import { waitFor } from "@webpack";
export let NoticesModule: any;
let NoticesModule: any;
waitFor(m => m.show && m.dismiss && !m.suppressAll, m => NoticesModule = m);
export const noticesQueue = [] as any[];