fallback to Snore backend instead of system tray

This commit is contained in:
Patrick von Reth 2014-02-18 15:16:01 +01:00
parent 75d6970818
commit 2ec527507f
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ bool SnoreCore::setPrimaryNotificationBackend()
#elif defined(Q_OS_MAC)
return d->setBackendIfAvailible("Growl");
#endif
if( trayIcon() && d->setBackendIfAvailible("SystemTray"))
if(d->setBackendIfAvailible("Snore"))
{
return true;
}