NEW: [STUDIO-2769] add jump check ams blacklist checkbox

Change-Id: I827c54fcfe24aa153d5b1f43a948d558d1abb03e
This commit is contained in:
maosheng.wei 2023-05-24 10:29:43 +08:00 committed by Lane.Wei
parent e1cfd11100
commit 0cf0bd52fc
2 changed files with 3 additions and 1 deletions

View file

@ -535,7 +535,7 @@ void AMSMaterialsSetting::on_select_ok(wxCommandEvent &event)
//check is it in the filament blacklist
if(!is_virtual_tray()){
if (!is_virtual_tray() && wxGetApp().app_config->get("skip_ams_blacklist_check") != "true") {
bool in_blacklist = false;
std::string action;
std::string info;