Fixed non-saving crashdump setting and some improvements for setup

Registration for "Settings::CCrashSettings::registerMetadata()" was missing
This commit is contained in:
Klaus Basan
2018-12-02 18:26:49 +01:00
parent 7fc6fcb867
commit 6ef10b92ab
5 changed files with 10 additions and 7 deletions

View File

@@ -162,8 +162,8 @@ namespace BlackCore
CacheOnly
};
std::atomic<bool> m_shutdown { false };
std::atomic<bool> m_setupAvailable { false }; //!< setup available
std::atomic<bool> m_shutdown { false }; //!< shutdown in progress
std::atomic<bool> m_setupAvailable { false }; //!< setup available?
std::atomic<bool> m_updateInfoAvailable { false }; //!< update info available
std::atomic<bool> m_ignoreCmdBootstrapUrl { false }; //!< ignore the explicitly set bootstrap URL
std::atomic<bool> m_checkCmdBootstrapUrl { true }; //!< check connection on CMD bootstrap URL