Added weight to viewmode plugins for sorting in the viewmode

This commit is contained in:
fieldOfView 2015-12-15 14:01:30 +01:00
parent 15e09efeef
commit a900b02ae8
3 changed files with 6 additions and 3 deletions

View file

@ -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
}
}