fix: popup not displaying

This commit is contained in:
SethBurkart123
2024-02-29 15:44:21 +11:00
parent 09adae5d05
commit 7d9db82d74
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -60,4 +60,5 @@ export interface MainConfig {
shortcuts: Shortcut[];
subjectfilters: Record<string, any>;
transparencyEffects: boolean;
theme: string;
}