mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add 'startMinimized' property to user preferences
This commit is contained in:
parent
0a86ec89aa
commit
6dd454a982
4 changed files with 23 additions and 1 deletions
|
@ -160,6 +160,7 @@ export interface UserPreferences {
|
|||
realDebridApiToken: string | null;
|
||||
preferQuitInsteadOfHiding: boolean;
|
||||
runAtStartup: boolean;
|
||||
startMinimized: boolean;
|
||||
}
|
||||
|
||||
export interface Steam250Game {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue