mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
fix: playtime not showing on UI
This commit is contained in:
parent
042dc77c4a
commit
62cff6ce84
@ -106,7 +106,7 @@ export function HeroPanel({
|
||||
);
|
||||
}
|
||||
|
||||
if (game && GameStatusHelper.isReady(game?.status ?? null)) {
|
||||
if (game && GameStatusHelper.isReady(game?.status ?? GameStatus.Finished)) {
|
||||
return <HeroPanelPlaytime game={game} isGamePlaying={isGamePlaying} />;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user