mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -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": catalog.i18nc("@item:inlistbox", "X-Ray")
|
||||
"name": catalog.i18nc("@item:inlistbox", "X-Ray"),
|
||||
"weight": 1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue