mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fix sorting of settings on Profile manager page
CURA-2123
This commit is contained in:
parent
dbaa6190be
commit
b7b0faf44a
2 changed files with 4 additions and 2 deletions
|
@ -197,7 +197,9 @@ UM.ManagementPage
|
|||
anchors.bottom: parent.bottom
|
||||
|
||||
ListView {
|
||||
model: Cura.ContainerSettingsModel{ containers:
|
||||
model: Cura.ContainerSettingsModel
|
||||
{
|
||||
containers:
|
||||
{
|
||||
if (!currentItem) {
|
||||
return []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue