mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
Merge branch 'main' into feat/HYD-822
This commit is contained in:
@@ -53,3 +53,22 @@ export interface SteamAppDetails {
|
||||
ids: number[];
|
||||
};
|
||||
}
|
||||
|
||||
export interface SteamShortcut {
|
||||
appid: number;
|
||||
appname: string;
|
||||
Exe: string;
|
||||
StartDir: string;
|
||||
icon: string;
|
||||
ShortcutPath: string;
|
||||
LaunchOptions: string;
|
||||
IsHidden: boolean;
|
||||
AllowDesktopConfig: boolean;
|
||||
AllowOverlay: boolean;
|
||||
OpenVR: boolean;
|
||||
Devkit: boolean;
|
||||
DevkitGameID: string;
|
||||
DevkitOverrideAppID: boolean;
|
||||
LastPlayTime: number;
|
||||
FlatpakAppID: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user