diff --git a/src/blackcore/application.cpp b/src/blackcore/application.cpp index 8dc1d14ba..8d8c69fb1 100644 --- a/src/blackcore/application.cpp +++ b/src/blackcore/application.cpp @@ -357,7 +357,7 @@ namespace BlackCore CLogMessage::preformatted(msgs); } - this->m_started = true; + this->m_started = this->m_startSetupReader; // only if requested it will be started return this->m_started; }