mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-31 06:41:03 +00:00
refactor hero panel
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -49,10 +49,6 @@ export function GameOptionsModal({
|
|||||||
updateGame();
|
updateGame();
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleOpenGameInstallerPath = async () => {
|
|
||||||
await window.electron.openGameInstallerPath(game.id);
|
|
||||||
};
|
|
||||||
|
|
||||||
const handleOpenGameExecutablePath = async () => {
|
const handleOpenGameExecutablePath = async () => {
|
||||||
await window.electron.openGameExecutablePath(game.id);
|
await window.electron.openGameExecutablePath(game.id);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user