mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: the machine status is not refreshed after unbinding in lan mode
jira: STUDIO-10017 Change-Id: I62f955c47fbf7c59782ec8a7a7e316ef020942a5 (cherry picked from commit 66b5ef0d86f0212b4843cabed9fe408127a219cf)
This commit is contained in:
@@ -695,6 +695,9 @@ void SelectMachinePopup::update_user_devices()
|
||||
mobj->erase_user_access_code();
|
||||
}
|
||||
|
||||
if (GUI::wxGetApp().plater())
|
||||
GUI::wxGetApp().plater()->update_machine_sync_status();
|
||||
|
||||
MessageDialog msg_wingow(nullptr, _L("Log out successful."), "", wxAPPLY | wxOK);
|
||||
if (msg_wingow.ShowModal() == wxOK) { return; }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user