mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 02:13:59 +00:00
refactor ternary to if statement in window-manager, update constant definitions for better clarity
This commit is contained in:
@@ -27,7 +27,7 @@ export class UserPreferences {
|
||||
telemetryEnabled: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
quitInXButtonEnabled: boolean;
|
||||
preferQuitInsteadOfHiding: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user