fix calibration menu

This commit is contained in:
SoftFever 2023-09-08 01:29:09 +08:00
parent bb82482559
commit df302efa84

View file

@ -1156,9 +1156,6 @@ void Sidebar::update_presets(Preset::Type preset_type)
printer_tab->update(); printer_tab->update();
} }
bool isBBL = wxGetApp().preset_bundle->is_bbl_vendor();
wxGetApp().mainframe->show_calibration_button(!isBBL);
break;
} }
default: break; default: break;