mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add an option to disable icons in menus
This commit is contained in:
parent
529dd6e3a8
commit
614376ed64
5 changed files with 30 additions and 0 deletions
|
@ -313,6 +313,8 @@ public:
|
|||
void setCloseToTrayNotified(bool b);
|
||||
TrayIcon::Style trayIconStyle() const;
|
||||
void setTrayIconStyle(TrayIcon::Style style);
|
||||
bool iconsInMenusEnabled() const;
|
||||
void setIconsInMenusEnabled(bool enable);
|
||||
#endif // Q_OS_MACOS
|
||||
|
||||
// Stuff that don't appear in the Options GUI but are saved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue