mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat(ThemeCreator): add accordian menu's to toggle large settings
This commit is contained in:
@@ -15,6 +15,16 @@ export type CustomTheme = {
|
||||
forceDark?: boolean;
|
||||
}
|
||||
|
||||
export type LoadedCustomTheme = CustomTheme & {
|
||||
CustomImages: Array<{
|
||||
id: string;
|
||||
blob: Blob;
|
||||
variableName: string;
|
||||
url: string | null;
|
||||
}>;
|
||||
coverImageUrl?: string;
|
||||
};
|
||||
|
||||
export type DownloadedTheme = CustomTheme & {
|
||||
webURL: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user