mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Detect if running with DBus (core + GUI) or just "standalone" (no swift DBus)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user