mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08:00
Show settings on Profile page
CURA-1585
This commit is contained in:
parent
efe3f5e4ee
commit
35706734e6
@ -144,7 +144,7 @@ UM.ManagementPage
|
||||
Repeater {
|
||||
model: base.currentItem ? base.currentItem.settings : null
|
||||
Label {
|
||||
text: modelData.name.toString();
|
||||
text: modelData.label
|
||||
elide: Text.ElideMiddle;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user