mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
disable edit and share buttons on downloaded themes
This commit is contained in:
@@ -10,6 +10,7 @@ export type CustomTheme = {
|
||||
coverImage: Blob | string | null;
|
||||
isEditable: boolean;
|
||||
hideThemeName: boolean;
|
||||
webURL?: string;
|
||||
}
|
||||
|
||||
export type DownloadedTheme = CustomTheme & {
|
||||
|
||||
Reference in New Issue
Block a user