mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Add an option to disable icons in menus
This commit is contained in:
committed by
sledgehammer999
parent
49cadce253
commit
2b18318e0c
@@ -84,4 +84,8 @@ private:
|
||||
#if defined(Q_OS_WIN)
|
||||
QComboBox m_comboBoxOSMemoryPriority;
|
||||
#endif
|
||||
|
||||
#ifndef Q_OS_MACOS
|
||||
QCheckBox m_checkBoxIconsInMenusEnabled;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user