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