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
The main window has electron menus + custom menus.
This is frankly weird. Better:
The electron menu bar should be removed
All menus should be purpose-built on the main menu bar
Menus should be rationalised
Suggested strategy:
Add recents and an exit Issie item to project menu
Make waveforms button smaller by renaming it waves without >>>. This button will eventually be removed anyway
Add two custom buttons for edit and view menus, like project and sheet buttons
Sheet menu should be implemented as now. All other menus should be implemented as electron menus (as now), but accessed from custom buttons on the Issie filemenu bar.
Not sure how to do this, but believe it is pretty easy, see electron documentation and google
Another option is to rewrite custom menu code (including accelerators) to replace electron menus. That is trickier
Having done this, we can delete the electron menu buttons and the line they sit on.
It might be worth making the menu bar buttons all a bit smaller.
The text was updated successfully, but these errors were encountered:
Menus
The main window has electron menus + custom menus.
This is frankly weird. Better:
Suggested strategy:
The text was updated successfully, but these errors were encountered: