You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer: I'm only just getting started with Nextron, but...
As far as I can tell, creating a tray menu is exactly the same as in a normal Electron app. So, the best code example to start off with would be the official Electron Tray docs.
(Note that in the official Electron examples the tray object is declared outside of the promise callback, which you should respect - I believe it's to stop the object being accidentally garbage collected).
I would like to use the electron tray menu in nextron for macOS how do i implement this and where ? please code example
The text was updated successfully, but these errors were encountered: