Add an option to disable icons in menus

This commit is contained in:
Michał Kopeć
2021-02-19 16:11:52 +01:00
committed by sledgehammer999
parent 49cadce253
commit 2b18318e0c
5 changed files with 30 additions and 0 deletions

View File

@@ -84,4 +84,8 @@ private:
#if defined(Q_OS_WIN)
QComboBox m_comboBoxOSMemoryPriority;
#endif
#ifndef Q_OS_MACOS
QCheckBox m_checkBoxIconsInMenusEnabled;
#endif
};