Avoid duplicated call of request_user_handle

This commit is contained in:
Noisyfox 2025-11-08 14:49:29 +08:00
parent 28184a96a1
commit 716d85f635

View file

@ -1005,9 +1005,6 @@ void GUI_App::post_init()
});
}
if (is_user_login())
request_user_handle(0);
if(!m_networking_need_update && m_agent) {
m_agent->set_on_ssdp_msg_fn(
[this](std::string json_str) {