mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-07 11:04:46 -07:00
Avoid duplicated call of request_user_handle
This commit is contained in:
parent
28184a96a1
commit
716d85f635
1 changed files with 0 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue