mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
format: run prettify
This commit is contained in:
@@ -13,7 +13,7 @@ export type CustomTheme = {
|
||||
webURL?: string;
|
||||
selectedColor?: string;
|
||||
forceDark?: boolean;
|
||||
}
|
||||
};
|
||||
|
||||
export type LoadedCustomTheme = CustomTheme & {
|
||||
CustomImages: {
|
||||
@@ -25,15 +25,15 @@ export type LoadedCustomTheme = CustomTheme & {
|
||||
|
||||
export type DownloadedTheme = CustomTheme & {
|
||||
webURL: string;
|
||||
}
|
||||
};
|
||||
|
||||
export type CustomImage = {
|
||||
id: string;
|
||||
blob: Blob;
|
||||
variableName: string;
|
||||
}
|
||||
};
|
||||
|
||||
export type ThemeList = {
|
||||
themes: CustomTheme[];
|
||||
selectedTheme: string;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ export interface SettingsState {
|
||||
devMode?: boolean;
|
||||
originalDarkMode?: boolean;
|
||||
newsSource?: string;
|
||||
|
||||
|
||||
// depreciated keys
|
||||
animatedbk: boolean;
|
||||
bksliderinput: string;
|
||||
|
||||
Reference in New Issue
Block a user