diff --git a/app/index.js b/app/index.js index 5711246..5e3ff58 100644 --- a/app/index.js +++ b/app/index.js @@ -126,6 +126,9 @@ async function onready () { ]) // Call this again for Linux because we modified the context menu appIcon.setContextMenu(contextMenu) + appIcon.on('click',() => { + createWindow() + }) const webSession = session.fromPartition(WEB_PARTITION)