mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-14 09:26:24 +00:00
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…
x
Reference in New Issue
Block a user