mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
ENH: Do not display unavailable storage when sent to SD card
JIRA: STUDIO-9079 1. emmc for printer is unavailable 2. When the printer is not inserted with an SD card, it cannot send either Change-Id: I59d2429ec2d13a5300e8bda46cb15f241fde614c (cherry picked from commit d2096efe52704465f649c5b1846b3442ade8f078)
This commit is contained in:
@@ -164,7 +164,7 @@ public:
|
||||
void show_print_failed_info(bool show, int code = 0, wxString description = wxEmptyString, wxString extra = wxEmptyString);
|
||||
void update_print_error_info(int code, std::string msg, std::string extra);
|
||||
void on_change_color_mode() { wxGetApp().UpdateDlgDarkUI(this); }
|
||||
void update_storage_list(std::vector<std::string> storages);
|
||||
void update_storage_list(const std::vector<std::string>& storages);
|
||||
std::string get_storage_selected();
|
||||
|
||||
wxString format_text(wxString& m_msg);
|
||||
|
||||
Reference in New Issue
Block a user