diff --git a/src/blackcore/context/contextsimulatorimpl.cpp b/src/blackcore/context/contextsimulatorimpl.cpp index f3227e6ce..4fa3c238e 100644 --- a/src/blackcore/context/contextsimulatorimpl.cpp +++ b/src/blackcore/context/contextsimulatorimpl.cpp @@ -52,6 +52,7 @@ namespace BlackCore this->setObjectName("CContextSimulator"); connect(&m_weatherManager, &CWeatherManager::weatherGridReceived, this, &CContextSimulator::weatherGridReceived); m_plugins->collectPlugins(); + restoreSimulatorPlugins(); } CContextSimulator *CContextSimulator::registerWithDBus(CDBusServer *server)