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…
Reference in New Issue