mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 13:10:43 +08:00
FIX: reduce unnecessary ams update to filament list
Change-Id: Ibdf12a54bb29a3db9071e83c312401879238db52
This commit is contained in:
parent
646934953c
commit
27e1a95bd1
@ -1571,6 +1571,7 @@ void GUI_App::init_networking_callbacks()
|
||||
CallAfter([this, dev_id, msg] {
|
||||
MachineObject* obj = this->m_device_manager->get_user_machine(dev_id);
|
||||
if (obj) {
|
||||
obj->is_ams_need_update = false;
|
||||
obj->parse_json(msg);
|
||||
|
||||
if (this->m_device_manager->get_selected_machine() == obj && obj->is_ams_need_update) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user