refactor hero panel

This commit is contained in:
Zamitto 2024-06-07 11:43:13 -03:00
parent 81a3ede4bd
commit c6105bcdfd
2 changed files with 1 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -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);
}; };