option to quit the app or minimize

This commit is contained in:
Hachi-R 2024-05-03 13:13:37 -03:00
parent f6072eeb5c
commit 8aed8f15d7
6 changed files with 33 additions and 7 deletions

View file

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