1
I am creating an application in Node.Js using Electron and I need it to continue running in the background when it is closed and turn into an app icon next to the computer clock for the user to have access. However I did not find references to do this task, so the question is:
How to put an app to run in the background when closed?
Excellent. Have any idea how to place an application icon next to the taskbar clock?
– lys
Take a look at the class Tray, you can pass the path to the image that will be used as icon by instantiating it.
– Ruan Martinelli