mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
FIX: [STUDIO-3578] send to sd darkUI not changed
Change-Id: I86d687bedd87222c9c59e6fd4466b57abe867640
This commit is contained in:
parent
2515a1adf7
commit
83cd88d4b8
2 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,7 @@ public:
|
|||
void update_user_machine_list();
|
||||
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); }
|
||||
wxString format_text(wxString& m_msg);
|
||||
std::vector<std::string> sort_string(std::vector<std::string> strArray);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue