mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
fix: Cyrillic and other non-Latin text shows as question marks or garbage (#15419)
This commit is contained in:
@@ -7530,7 +7530,7 @@ void Tab::delete_preset()
|
||||
for (auto &preset2 : *m_presets)
|
||||
if (preset2.inherits() == current_preset.name) {
|
||||
++count;
|
||||
presets += "\n - " + preset2.name;
|
||||
presets += "\n - " + from_u8(preset2.name);
|
||||
}
|
||||
if (count > 0) {
|
||||
msg = _L("Presets inherited by other presets cannot be deleted!");
|
||||
|
||||
Reference in New Issue
Block a user