FIX: [STUDIO-2899] Model mall entrance issue

The device window switches from a printer that has printed the mall
model to a printer that does not download the model from the mall. The
printing progress area also displays a rating button

Change-Id: I240cc4d2045cab043f9f6d20e8d40632c4f5b862
This commit is contained in:
maosheng.wei 2023-05-12 18:10:17 +08:00 committed by Lane.Wei
parent f3fdfee569
commit 187718890f
2 changed files with 9 additions and 4 deletions

View file

@ -269,6 +269,7 @@ protected:
std::shared_ptr<ImageTransientPopup> m_image_popup;
std::shared_ptr<CameraPopup> m_camera_popup;
std::vector<SliceInfoPanel *> slice_info_list;
std::set<int> rated_model_id;
AMSSetting *m_ams_setting_dlg{nullptr};
PrintOptionsDialog* print_options_dlg { nullptr };
CalibrationDialog* calibration_dlg {nullptr};