mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: adding bit validation to is deleted
This commit is contained in:
parent
f5532fa26f
commit
4c5c602775
8 changed files with 23 additions and 23 deletions
|
@ -45,6 +45,7 @@ export interface UserGame {
|
|||
}
|
||||
|
||||
export interface GameRunning {
|
||||
id: string;
|
||||
title: string;
|
||||
iconUrl: string | null;
|
||||
objectId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue