fix sync request lead to question.

This commit is contained in:
alves
2026-02-11 16:30:36 +08:00
parent 7c2ec32330
commit cc36dc0295
2 changed files with 4 additions and 4 deletions

View File

@@ -4893,7 +4893,7 @@ void GUI_App::check_new_version_sf(bool show_tips, bool by_user)
BOOST_LOG_TRIVIAL(fatal) << "request server soft update data error:" << errorMsg;
}
})
.perform_sync();
.perform();
}
void GUI_App::process_network_msg(std::string dev_id, std::string msg)
{