readd Growl to the list of default plugins on mac

This commit is contained in:
Patrick von Reth 2014-07-24 15:19:58 +02:00
parent 8e4bb3bf76
commit b7022a158b
1 changed files with 4 additions and 0 deletions

View File

@ -203,6 +203,10 @@ bool SnoreCore::setPrimaryNotificationBackend()
{
return true;
}
if(d->setBackendIfAvailible("Growl"))
{
return true;
}
#endif
if(d->setBackendIfAvailible("Snore"))
{