mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH:do not write to config file when user access code is empty
Change-Id: I180e20b7d26fd337eef09ff4267cd4c2c61b6518
This commit is contained in:
parent
4892a0491c
commit
c351ac54aa
4 changed files with 31 additions and 16 deletions
|
@ -753,7 +753,7 @@ void SelectMachinePopup::update_user_devices()
|
|||
dev->set_selected_machine("");
|
||||
if (mobj) {
|
||||
mobj->set_access_code("");
|
||||
mobj->set_user_access_code("");
|
||||
mobj->erase_user_access_code();
|
||||
}
|
||||
|
||||
MessageDialog msg_wingow(nullptr, _L("Log out successful."), "", wxAPPLY | wxOK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue