refactor ternary to if statement in window-manager, update constant definitions for better clarity

This commit is contained in:
Hachi-R 2024-05-03 14:58:45 -03:00
parent 94b7c8aefe
commit 315d03ae69
6 changed files with 18 additions and 12 deletions

View file

@ -27,7 +27,7 @@ export class UserPreferences {
telemetryEnabled: boolean;
@Column("boolean", { default: false })
quitInXButtonEnabled: boolean;
preferQuitInsteadOfHiding: boolean;
@CreateDateColumn()
createdAt: Date;