#Capturing the event submitted when using Taskbar Icon context menu "exit"

5 messages · Page 1 of 1 (latest)

ancient zealot
dusky grotto
#

Thank you for getting back. My nortification already comes from my c++ server. I just need a way to listen on the context menu exit event and send a call to my c+++ server

#

im not sure this is the solution im looking for.

Right now i am using preventDefault in mainWindow.on('close' () => {}) which stops the ui closing. I am printing messages before an after a webContents.send() but i am not receivng this message on the renderer.js

urban kelp
#

Receiving from what?

#

And where