mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' of github.com:hydralauncher/hydra
This commit is contained in:
commit
1eb963679e
18 changed files with 185 additions and 340 deletions
|
@ -26,6 +26,9 @@ export class UserPreferences {
|
|||
@Column("boolean", { default: true })
|
||||
telemetryEnabled: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
preferQuitInsteadOfHiding: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue