mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Enable system tray in MACOSX (Nick Korotysh).
This commit is contained in:
@@ -135,11 +135,7 @@ public:
|
||||
}
|
||||
|
||||
bool systrayIntegration() const {
|
||||
#ifdef Q_OS_MAC
|
||||
return false;
|
||||
#else
|
||||
return value(QString::fromUtf8("Preferences/General/SystrayEnabled"), true).toBool();
|
||||
#endif
|
||||
}
|
||||
|
||||
void setSystrayIntegration(bool enabled) {
|
||||
|
||||
Reference in New Issue
Block a user