thermal icon indicating copy to clipboard operation
thermal copied to clipboard

[macOS] Electron native menubar

Open mittalyashu opened this issue 4 years ago • 1 comments

Making use of the native menu from MacOS instead of the custom menubar.vue.

Screenshot
Screenshot 2019-12-31 at 4 03 32 PM

NOTE: Custom menubar will be still be used in Windows and Linux.

mittalyashu avatar Dec 31 '19 10:12 mittalyashu

Resources to consider for

Sending click events from main frame window to renderer part of the application.

  • https://electronjs.org/docs/api/ipc-main
  • https://stackoverflow.com/questions/36773711/passing-data-to-windows-in-electron

Dynamic menu bar

  • https://stackoverflow.com/questions/47756822/change-electrons-menu-items-status-dynamically

mittalyashu avatar Jan 16 '20 06:01 mittalyashu