diff --git a/src/renderer/pages/game-details/hero-panel-actions.tsx b/src/renderer/pages/game-details/hero-panel-actions.tsx index 7dd98c67..479e58d8 100644 --- a/src/renderer/pages/game-details/hero-panel-actions.tsx +++ b/src/renderer/pages/game-details/hero-panel-actions.tsx @@ -78,7 +78,7 @@ export function HeroPanelActions({ }; const openGameInstaller = () => { - window.electron.openGameInstaller(game.id).then((isBinaryInPath) => { + window.electron.openGameInstaller(game.id).then(() => { // if (!isBinaryInPath) setShowBinaryNotFoundModal(true); updateLibrary(); });