mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add 'startMinimized' property to user preferences
This commit is contained in:
parent
0a86ec89aa
commit
6dd454a982
4 changed files with 23 additions and 1 deletions
|
|
@ -35,6 +35,9 @@ export class UserPreferences {
|
|||
@Column("boolean", { default: false })
|
||||
runAtStartup: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
startMinimized: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue