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

@ -613,6 +613,8 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
// Remembered state
m_settings->registerSetting("LastUsedGroupForNewInstance", QString());
m_settings->registerSetting("MenuBarInsteadOfToolBar", false);
QString defaultMonospace;
int defaultSize = 11;
#ifdef Q_OS_WIN32