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:
zhimin.zeng
2025-01-20 18:07:37 +08:00
committed by Noisyfox
parent 64766860df
commit 0b75d97360
2 changed files with 6 additions and 0 deletions

View File

@@ -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; }
});