mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: wrong text encoding [STUDIO-3753]
Change-Id: Ie05367ab294c87426dc4ce534ffb28a183a447bf
This commit is contained in:
parent
5328d346c7
commit
8ae8b6b878
3 changed files with 10 additions and 9 deletions
|
@ -5140,7 +5140,7 @@ void DeviceManager::check_filaments_in_blacklist(std::string tag_vendor, std::st
|
|||
action = prohibited_filament["action"].get<std::string>();
|
||||
description = prohibited_filament["description"].get<std::string>();
|
||||
|
||||
description = blacklist_prompt[description].ToStdString();
|
||||
description = blacklist_prompt[description].ToUTF8().data();
|
||||
}
|
||||
else {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue