mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: get process list from rpc
This commit is contained in:
parent
0c1a75eedd
commit
75c8f69e81
10 changed files with 57 additions and 49 deletions
|
@ -122,7 +122,7 @@ export function HeroPanelActions() {
|
|||
<Button
|
||||
onClick={() => setShowGameOptionsModal(true)}
|
||||
theme="outline"
|
||||
disabled={deleting || isGameRunning}
|
||||
disabled={deleting}
|
||||
className={styles.heroPanelAction}
|
||||
>
|
||||
<GearIcon />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue