Detect if running with DBus (core + GUI) or just "standalone" (no swift DBus)

This commit is contained in:
Klaus Basan
2020-01-21 18:09:49 +01:00
parent 2704d5e542
commit 4378b6c959
3 changed files with 16 additions and 0 deletions

View File

@@ -362,6 +362,7 @@ void SwiftGuiStd::setContextAvailability()
if (m_coreAvailable)
{
// core has just become available (startup)
// this HERE is called with and without DBus
sGui->getIContextApplication()->synchronizeLogSubscriptions();
sGui->getIContextApplication()->synchronizeLocalSettings();
}