mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +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;
|
||||
}
|
||||
event.preventDefault();
|
||||
shell.openExternal(url);
|
||||
shell.openExternal(urlToGo);
|
||||
});
|
||||
|
||||
mainWindow.loadURL(appArgs.targetUrl);
|
||||
|
Loading…
Reference in New Issue
Block a user