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
No known key found for this signature in database
GPG key ID: F17D3E14A07739DA
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