format: run prettify

This commit is contained in:
SethBurkart123
2025-05-05 18:04:10 +10:00
parent 771169348f
commit 0f9f618164
142 changed files with 28768 additions and 20790 deletions
+4 -4
View File
@@ -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;
}
};
+1 -1
View File
@@ -36,7 +36,7 @@ export interface SettingsState {
devMode?: boolean;
originalDarkMode?: boolean;
newsSource?: string;
// depreciated keys
animatedbk: boolean;
bksliderinput: string;