mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: show running game on sidebar
This commit is contained in:
parent
e933cec888
commit
4a59a52174
13 changed files with 85 additions and 12 deletions
|
@ -127,6 +127,14 @@ export interface Game {
|
|||
|
||||
export type LibraryGame = Omit<Game, "repacks">;
|
||||
|
||||
export interface RunningGame {
|
||||
title: string;
|
||||
iconUrl: string;
|
||||
objectID: string;
|
||||
shop: GameShop;
|
||||
sessionStartTimestamp: number;
|
||||
}
|
||||
|
||||
export interface DownloadProgress {
|
||||
downloadSpeed: number;
|
||||
timeRemaining: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue