mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-17 16:33:55 +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();
|
||||
};
|
||||
|
||||
const handleOpenGameInstallerPath = async () => {
|
||||
await window.electron.openGameInstallerPath(game.id);
|
||||
};
|
||||
|
||||
const handleOpenGameExecutablePath = async () => {
|
||||
await window.electron.openGameExecutablePath(game.id);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user