perf: prevent background from being mounted when not in use

This commit is contained in:
SethBurkart123
2024-02-09 18:22:58 +11:00
parent 410b817cca
commit 871cef91cb
9 changed files with 53 additions and 10 deletions
+1
View File
@@ -1,5 +1,6 @@
export interface SettingsState {
notificationCollector: boolean;
theme: string;
lessonAlerts: boolean;
telemetry: boolean;
animatedBackground: boolean;