mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Added weight to viewmode plugins for sorting in the viewmode
This commit is contained in:
parent
15e09efeef
commit
a900b02ae8
3 changed files with 6 additions and 3 deletions
|
@ -16,7 +16,8 @@ def getMetaData():
|
|||
"api": 2
|
||||
},
|
||||
"view": {
|
||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid")
|
||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid"),
|
||||
"weight": 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue