Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui: macOS, make appMenuBar part of the main app window
By moving the appMenuBar destruction responsibility to the QT framework, we ensure the disconnection of the submenus signals prior to the destruction of the main app window. The standalone menu bar probably made sense on early versions when it wasn't containing actions that open specific screens within the main app window. Right now, all the actions within the appMenuBar open screens in the main app window, so the lack of main app window makes them useless.
- Loading branch information