mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
sync up popup selectedTheme to storage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface SettingsState {
|
||||
notificationCollector: boolean;
|
||||
theme: string;
|
||||
selectedTheme: string;
|
||||
lessonAlerts: boolean;
|
||||
telemetry: boolean;
|
||||
animatedBackground: boolean;
|
||||
@@ -60,5 +60,5 @@ export interface MainConfig {
|
||||
shortcuts: Shortcut[];
|
||||
subjectfilters: Record<string, any>;
|
||||
transparencyEffects: boolean;
|
||||
theme: string;
|
||||
selectedTheme: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user