diff --git a/src/libsnore/snore.cpp b/src/libsnore/snore.cpp index 125ce1d..10f0723 100644 --- a/src/libsnore/snore.cpp +++ b/src/libsnore/snore.cpp @@ -102,7 +102,7 @@ void SnoreCore::loadPlugins(SnorePlugin::PluginTypes types) } } } - QMetaObject::invokeMethod(d, "slotInitPrimaryNotificationBackend", Qt::QueuedConnection); + QMetaObject::invokeMethod(d, "slotInitPrimaryNotificationBackend", Qt::DirectConnection); // Direct connection is used because the notification backend should be available after plugins are loaded snoreDebug(SNORE_INFO) << "Loaded Plugins:" << d->m_pluginNames; }