1
0
This commit is contained in:
kolaente
2020-10-10 19:22:18 +02:00
parent 98f74bf031
commit f904cdacd8

View File

@ -11,6 +11,7 @@ function createWindow() {
},
})
// Remove external links in the browser
win.webContents.on('new-window', function (e, url) {
e.preventDefault()
shell.openExternal(url)