mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor: settingsState relies on main storageState
This commit is contained in:
@@ -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;
|
||||
}
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user