mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 10:56:25 +00:00
make OSX Notification Center the default backend on mac
This commit is contained in:
parent
c5d5cf03e3
commit
981789b49f
@ -199,7 +199,7 @@ bool SnoreCore::setPrimaryNotificationBackend()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
if(d->setBackendIfAvailible("Growl"))
|
if(d->setBackendIfAvailible("OSX Notification Center"))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user