mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing backups per game limit as conditional
This commit is contained in:
parent
726c753568
commit
16259b5399
2 changed files with 6 additions and 5 deletions
|
@ -268,7 +268,7 @@ export interface UserDetails {
|
|||
profileVisibility: ProfileVisibility;
|
||||
bio: string;
|
||||
subscription: Subscription | null;
|
||||
quirks: {
|
||||
quirks?: {
|
||||
backupsPerGameLimit: number;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue