mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-04-02 04:51:49 +00:00
Fix bug in invalid parameter for link in default browser
This commit is contained in:
parent
1f44e93659
commit
2f67eaf99d
@ -98,7 +98,7 @@ app.on('ready', function () {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
shell.openExternal(url);
|
shell.openExternal(urlToGo);
|
||||||
});
|
});
|
||||||
|
|
||||||
mainWindow.loadURL(appArgs.targetUrl);
|
mainWindow.loadURL(appArgs.targetUrl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user