mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
feat: adding onlinefix credentials
This commit is contained in:
parent
348d927ca1
commit
b1c7191ef6
@ -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