mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH:optimize the management of access code
Change-Id: If8a3644207d5bca2bb10f49f8ee251b6b6219ce2
This commit is contained in:
parent
21cee56dbf
commit
3f109501ba
3 changed files with 15 additions and 1 deletions
|
@ -1724,6 +1724,7 @@ void GUI_App::init_networking_callbacks()
|
|||
event.SetInt(1);
|
||||
event.SetString(obj->dev_id);
|
||||
} else if (state == ConnectStatus::ConnectStatusFailed) {
|
||||
obj->set_access_code("");
|
||||
obj->set_user_access_code("");
|
||||
m_device_manager->set_selected_machine("");
|
||||
wxString text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue