mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: adding onlinefix credentials
This commit is contained in:
parent
5bb1f753a2
commit
addc2cf4b0
@ -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();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user