cyb3rfox / Aurora-Incident-Response

Incident Response Documentation made easy. Developed by Incident Responders for Incident Responders
Apache License 2.0
758 stars 81 forks source link

Remove the menu bar from the electron View #29

Closed febrezo closed 4 years ago

febrezo commented 4 years ago

In the current version, the menu bar is not used. It contains a Quit menu and an edit menu. As the functions currently attributed to the menu bar are already performed by the more stylish toolbar below, I feel that they are redundant and can be changed.

Before:

Captura realizada el 2020-09-08 00 39 04

After:

Enlazar a Captura realizada el 2020-09-08 00 36 45

Additionally some code cleaning has been performed in the main.js file.

cyb3rfox commented 4 years ago

Good one. I just have to check if copy/paste still works as it is tide to the menu in some way.