Windows: register protocol handlers on startup
Just like other OSes. There's no reason for there to be a difference.
This commit is contained in:
@@ -54,7 +54,7 @@ function init () {
|
||||
windows.createMainWindow()
|
||||
shortcuts.init()
|
||||
tray.init()
|
||||
if (process.platform !== 'win32') handlers.init()
|
||||
handlers.init()
|
||||
})
|
||||
|
||||
app.on('ipcReady', function () {
|
||||
|
||||
Reference in New Issue
Block a user