mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-24 15:29:18 +00:00
add missing )
This commit is contained in:
parent
5283471eda
commit
6c67fa3acf
@ -120,7 +120,7 @@ bool SnoreCorePrivate::initPrimaryNotificationBackend()
|
||||
return true;
|
||||
}
|
||||
#elif defined(Q_OS_LINUX)
|
||||
if (setBackendIfAvailible(QLatin1String("FreedesktopNotification")) {
|
||||
if (setBackendIfAvailible(QLatin1String("FreedesktopNotification"))) {
|
||||
return true;
|
||||
}
|
||||
#elif defined(Q_OS_MAC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user