Remove unused simpleNames flag

CURA-6015
This commit is contained in:
Lipu Fei 2018-12-12 09:57:25 +01:00
parent b7ea075fa9
commit 2cf80b4578
3 changed files with 1 additions and 21 deletions

View file

@ -83,9 +83,7 @@ Item {
Column {
Repeater {
model: Cura.ExtrudersModel {
simpleNames: true;
}
model: Cura.ExtrudersModel { }
Label {
text: model.name;