feat: adding repacker friendly name

This commit is contained in:
Hydra 2024-04-20 20:40:16 +01:00
parent 0eed312410
commit 8343b66d67
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()