fallback to Snore backend instead of system tray
This commit is contained in:
parent
75d6970818
commit
2ec527507f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue