mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
option to quit the app or minimize
This commit is contained in:
parent
f6072eeb5c
commit
8aed8f15d7
6 changed files with 33 additions and 7 deletions
|
@ -26,6 +26,9 @@ export class UserPreferences {
|
|||
@Column("boolean", { default: true })
|
||||
telemetryEnabled: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
quitInXButtonEnabled: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue