mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 09:25:24 -06:00
Update IntentSelectionModel.py
This commit is contained in:
parent
c726d61086
commit
c3e760e07c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class IntentSelectionModel(ListModel):
|
|||
"custom_icon": icon,
|
||||
"icon": None,
|
||||
"intent_category": category,
|
||||
"weight": 5,
|
||||
"weight": len(_default_intent_categories),
|
||||
})
|
||||
|
||||
result.sort(key=lambda k: k["weight"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue