Try to fix trayicon.

This commit is contained in:
Martin Rotter 2017-10-15 21:32:33 +02:00
parent 8e78f60dfa
commit 3619250ae2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ void SystemTrayIcon::onActivated(const QSystemTrayIcon::ActivationReason& reason
}
bool SystemTrayIcon::isSystemTrayAvailable() {
return QSystemTrayIcon::isSystemTrayAvailable() && QSystemTrayIcon::supportsMessages();
return QSystemTrayIcon::isSystemTrayAvailable();
}
bool SystemTrayIcon::isSystemTrayActivated() {