mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-01 18:54:36 -05:00
Cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user