mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding repacker friendly name
This commit is contained in:
parent
78789632b4
commit
1395cd40a9
6 changed files with 19 additions and 7 deletions
|
@ -23,7 +23,7 @@ export class UserPreferences {
|
|||
@Column("boolean", { default: false })
|
||||
repackUpdatesNotificationsEnabled: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
@Column("boolean", { default: true })
|
||||
telemetryEnabled: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue