mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add hidden achievement description option
This commit is contained in:
parent
ff917b7ecf
commit
1ea98613fb
12 changed files with 65 additions and 123 deletions
|
|
@ -41,6 +41,9 @@ export class UserPreferences {
|
|||
@Column("boolean", { default: false })
|
||||
disableNsfwAlert: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
showHiddenAchievementsDescription: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue