mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Fixed non-saving crashdump setting and some improvements for setup
Registration for "Settings::CCrashSettings::registerMetadata()" was missing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user