mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add custom cover images to themes.
This commit is contained in:
@@ -7,7 +7,7 @@ export type CustomTheme = {
|
||||
allowBackgrounds: boolean;
|
||||
CustomCSS: string;
|
||||
CustomImages: CustomImage[];
|
||||
coverImage: Blob | null;
|
||||
coverImage: Blob | string | null;
|
||||
isEditable: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user