Add option to always show menu bar instead of toolbar

For those who like keyboard navigation at the expense of aesthetics.
This commit is contained in:
Kenneth Chew
2022-04-15 18:25:37 -04:00
parent f6605bc3f8
commit 1303771b58
5 changed files with 51 additions and 11 deletions

View File

@ -151,6 +151,8 @@ private slots:
void showInstanceContextMenu(const QPoint &);
void updateMainToolBar();
void updateToolsMenu();
void instanceActivated(QModelIndex);