mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
feat: adding onlinefix credentials
This commit is contained in:
parent
5bb1f753a2
commit
addc2cf4b0
@ -78,7 +78,7 @@ export function HeroPanelActions({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const openGameInstaller = () => {
|
const openGameInstaller = () => {
|
||||||
window.electron.openGameInstaller(game.id).then((isBinaryInPath) => {
|
window.electron.openGameInstaller(game.id).then(() => {
|
||||||
// if (!isBinaryInPath) setShowBinaryNotFoundModal(true);
|
// if (!isBinaryInPath) setShowBinaryNotFoundModal(true);
|
||||||
updateLibrary();
|
updateLibrary();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user