mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Avoid duplicated call of request_user_handle
This commit is contained in:
@@ -1005,9 +1005,6 @@ void GUI_App::post_init()
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_user_login())
|
|
||||||
request_user_handle(0);
|
|
||||||
|
|
||||||
if(!m_networking_need_update && m_agent) {
|
if(!m_networking_need_update && m_agent) {
|
||||||
m_agent->set_on_ssdp_msg_fn(
|
m_agent->set_on_ssdp_msg_fn(
|
||||||
[this](std::string json_str) {
|
[this](std::string json_str) {
|
||||||
|
|||||||
Reference in New Issue
Block a user