feat: adding onlinefix credentials

This commit is contained in:
Hydra 2024-04-20 17:12:10 +01:00
parent 348d927ca1
commit b1c7191ef6

View File

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