Enable system tray in MACOSX (Nick Korotysh).

This commit is contained in:
sledgehammer999
2014-05-05 21:23:32 +03:00
parent c5804aac3c
commit f99f5f5c7e
2 changed files with 0 additions and 8 deletions

View File

@@ -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) {