Merge branch 'main' of github.com:hydralauncher/hydra

This commit is contained in:
Hydra 2024-05-03 19:51:17 +01:00
commit 1eb963679e
No known key found for this signature in database
18 changed files with 185 additions and 340 deletions

View file

@ -26,6 +26,9 @@ export class UserPreferences {
@Column("boolean", { default: true })
telemetryEnabled: boolean;
@Column("boolean", { default: false })
preferQuitInsteadOfHiding: boolean;
@CreateDateColumn()
createdAt: Date;