fixed init of default backend on linux
This commit is contained in:
parent
07e777ac01
commit
a7b81ffe07
|
@ -209,7 +209,7 @@ bool SnoreCore::setPrimaryNotificationBackend()
|
|||
return true;
|
||||
}
|
||||
#elif defined(Q_OS_LINUX)
|
||||
if( backends.contains("FreedesktopNotification_Backend"))
|
||||
if( backends.contains("FreedesktopNotification"))
|
||||
{
|
||||
return setPrimaryNotificationBackend("FreedesktopNotification");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue