feat: add achievement notifications setting

This commit is contained in:
Zamitto 2024-10-13 22:37:36 -03:00
parent c24f6be1b7
commit 1d29bc3620
8 changed files with 60 additions and 10 deletions

View file

@ -26,6 +26,9 @@ export class UserPreferences {
@Column("boolean", { default: false })
repackUpdatesNotificationsEnabled: boolean;
@Column("boolean", { default: true })
achievementNotificationsEnabled: boolean;
@Column("boolean", { default: false })
preferQuitInsteadOfHiding: boolean;