mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Added weight to viewmode plugins for sorting in the viewmode
This commit is contained in:
parent
15e09efeef
commit
a900b02ae8
@ -18,7 +18,8 @@ def getMetaData():
|
|||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"name": catalog.i18nc("@item:inlistbox", "Layers"),
|
"name": catalog.i18nc("@item:inlistbox", "Layers"),
|
||||||
"view_panel": "LayerView.qml"
|
"view_panel": "LayerView.qml",
|
||||||
|
"weight": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,8 @@ def getMetaData():
|
|||||||
"api": 2
|
"api": 2
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid")
|
"name": i18n_catalog.i18nc("@item:inmenu", "Solid"),
|
||||||
|
"weight": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,8 @@ def getMetaData():
|
|||||||
"api": 2
|
"api": 2
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"name": catalog.i18nc("@item:inlistbox", "X-Ray")
|
"name": catalog.i18nc("@item:inlistbox", "X-Ray"),
|
||||||
|
"weight": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user