feat: adding repacker friendly name

This commit is contained in:
Hydra 2024-04-20 20:40:16 +01:00
parent 78789632b4
commit 1395cd40a9
No known key found for this signature in database
6 changed files with 19 additions and 7 deletions

View file

@ -23,7 +23,7 @@ export class UserPreferences {
@Column("boolean", { default: false })
repackUpdatesNotificationsEnabled: boolean;
@Column("boolean", { default: false })
@Column("boolean", { default: true })
telemetryEnabled: boolean;
@CreateDateColumn()