mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 11:43:16 +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);
|
action, info);
|
||||||
|
|
||||||
if (in_blacklist && action == "warning") {
|
if (in_blacklist && action == "warning") {
|
||||||
wxString prohibited_error = wxString::FromUTF8(info);
|
confirm_text.push_back(ConfirmBeforeSendInfo(info));
|
||||||
|
|
||||||
confirm_text.push_back(ConfirmBeforeSendInfo(prohibited_error));
|
|
||||||
has_slice_warnings = true;
|
has_slice_warnings = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user