Fixed filaments/materials preset list updating from ConfigWizard

if list of printers was changed but filaments/sal_materials page wasn't activated
This commit is contained in:
YuSanka 2019-12-30 15:56:51 +01:00
parent 095b50cc04
commit 9f529e86cc
2 changed files with 26 additions and 6 deletions

View file

@ -489,7 +489,8 @@ struct ConfigWizard::priv
void on_printer_pick(PagePrinters *page, const PrinterPickerEvent &evt);
void on_3rdparty_install(const VendorProfile *vendor, bool install);
bool check_material_config(Technology technology);
bool on_bnt_finish();
bool check_materials_in_config(Technology technology);
void apply_config(AppConfig *app_config, PresetBundle *preset_bundle, const PresetUpdater *updater);
// #ys_FIXME_alise
void update_presets_in_config(const std::string& section, const std::string& alias_key, bool add);