mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Implemented use of aliases in Plater's preset comboboxes
This commit is contained in:
@@ -998,6 +998,11 @@ void Tab::update_preset_description_line()
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
description_line += "\n\n\t" + _(L("full profile name")) + ": \n\t\t" + parent->name;
|
||||
description_line += "\n\t" + _(L("symbolic profile name")) + ": \n\t\t" + parent->alias;
|
||||
}
|
||||
}
|
||||
|
||||
m_parent_preset_description_line->SetText(description_line, false);
|
||||
|
||||
Reference in New Issue
Block a user