add hidename switch

This commit is contained in:
SethBurkart123
2024-04-07 15:13:55 +10:00
parent b7e7c24727
commit 7c9896a128
3 changed files with 23 additions and 4 deletions
+1
View File
@@ -9,6 +9,7 @@ export type CustomTheme = {
CustomImages: CustomImage[];
coverImage: Blob | string | null;
isEditable: boolean;
hideThemeName: boolean;
}
export type CustomImage = {