mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 01:33:56 +00:00
fix: updating themes when installing
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export interface Theme {
|
||||
id: string;
|
||||
name: string;
|
||||
author: string | undefined;
|
||||
authorName: string | undefined;
|
||||
author?: string;
|
||||
authorName?: string;
|
||||
isActive: boolean;
|
||||
code: string;
|
||||
createdAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user