feat: adding onlinefix credentials

This commit is contained in:
Hydra 2024-04-20 17:12:10 +01:00
parent 5bb1f753a2
commit addc2cf4b0
No known key found for this signature in database

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