mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor hero panel
This commit is contained in:
parent
81a3ede4bd
commit
c6105bcdfd
2 changed files with 1 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -49,10 +49,6 @@ export function GameOptionsModal({
|
|||
updateGame();
|
||||
};
|
||||
|
||||
const handleOpenGameInstallerPath = async () => {
|
||||
await window.electron.openGameInstallerPath(game.id);
|
||||
};
|
||||
|
||||
const handleOpenGameExecutablePath = async () => {
|
||||
await window.electron.openGameExecutablePath(game.id);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue