chore: pulling from remote

This commit is contained in:
Hydra 2024-05-07 09:12:48 +01:00
commit 9e648fed28
No known key found for this signature in database
21 changed files with 13093 additions and 23 deletions

View file

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