readd Growl to the list of default plugins on mac
This commit is contained in:
parent
8e4bb3bf76
commit
b7022a158b
|
@ -203,6 +203,10 @@ bool SnoreCore::setPrimaryNotificationBackend()
|
|||
{
|
||||
return true;
|
||||
}
|
||||
if(d->setBackendIfAvailible("Growl"))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
if(d->setBackendIfAvailible("Snore"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue