mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: updating themes when installing
This commit is contained in:
parent
22e567466f
commit
c36aff8f62
5 changed files with 16 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue