refactor: settingsState relies on main storageState

This commit is contained in:
sethburkart123
2024-06-19 09:47:33 +10:00
parent 2d4e02d0df
commit 9d13879936
4 changed files with 23 additions and 17 deletions
+3 -2
View File
@@ -10,6 +10,7 @@ export interface SettingsState {
customshortcuts: CustomShortcut[];
transparencyEffects: boolean;
timeFormat?: string;
animations: boolean;
}
interface ToggleItem {
@@ -27,7 +28,7 @@ export interface CustomShortcut {
icon: string;
}
export interface MainConfig {
/* export interface MainConfig {
DarkMode: boolean;
animatedbk: boolean;
bksliderinput: string;
@@ -60,4 +61,4 @@ export interface MainConfig {
subjectfilters: Record<string, any>;
transparencyEffects: boolean;
selectedTheme: string;
}
} */