mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 00:16:18 +08:00
FIX: the encoding problem
jira: [STUDIO-12301] Change-Id: I48d455f3963531897707a20f9d4d094050e0a236
This commit is contained in:
parent
5a793fd5d2
commit
7cd12b8f9d
@ -2042,9 +2042,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
||||
action, info);
|
||||
|
||||
if (in_blacklist && action == "warning") {
|
||||
wxString prohibited_error = wxString::FromUTF8(info);
|
||||
|
||||
confirm_text.push_back(ConfirmBeforeSendInfo(prohibited_error));
|
||||
confirm_text.push_back(ConfirmBeforeSendInfo(info));
|
||||
has_slice_warnings = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user