mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Remove unused simpleNames flag
CURA-6015
This commit is contained in:
parent
b7ea075fa9
commit
2cf80b4578
3 changed files with 1 additions and 21 deletions
|
@ -83,9 +83,7 @@ Item {
|
|||
|
||||
Column {
|
||||
Repeater {
|
||||
model: Cura.ExtrudersModel {
|
||||
simpleNames: true;
|
||||
}
|
||||
model: Cura.ExtrudersModel { }
|
||||
|
||||
Label {
|
||||
text: model.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue