FIX: do user preset sync later on startup

Change-Id: I0653a0438477b1c803ce1cddc66ef47f95616dae
Jira: STUDIO-5106
This commit is contained in:
chunmao.guo
2023-11-06 12:32:34 +08:00
committed by Lane.Wei
parent 27b3c08156
commit 95477babc2
2 changed files with 17 additions and 19 deletions

View File

@@ -289,7 +289,7 @@ private:
HMSQuery *hms_query { nullptr };
boost::thread m_sync_update_thread;
bool enable_sync = false;
std::shared_ptr<int> m_user_sync_token;
bool m_is_dark_mode{ false };
bool m_adding_script_handler { false };
bool m_side_popup_status{false};