How to Add / Edit the electron system menu (File, Edit, View etc)
-
I am using Quasar to write a desktop app for Mac, Windows, and Linux.
I want to make use of the window menus File, Edit, View, Window, and Help. I also want to add some other menus dynamically based on the current page. I can’t find any information in the docs or on google of how to manage those menus in Quasar. There is information in the Electron docs, but I’m not sure where I should implement that in the Quasar framework.
-
Follow the instructions in the Electron docs and apply it in your “main” thread from /src-electron