disable edit and share buttons on downloaded themes

This commit is contained in:
SethBurkart123
2024-05-08 17:18:57 +10:00
parent 4b46898dbe
commit 649d663017
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ export type CustomTheme = {
coverImage: Blob | string | null;
isEditable: boolean;
hideThemeName: boolean;
webURL?: string;
}
export type DownloadedTheme = CustomTheme & {