mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
initial commit
This commit is contained in:
parent
21296cba95
commit
5b9af9e0ea
6 changed files with 78 additions and 0 deletions
|
@ -29,6 +29,9 @@ export class UserPreferences {
|
|||
@Column("boolean", { default: false })
|
||||
preferQuitInsteadOfHiding: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
startWithSystem: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue