mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:55:56 +08:00
Update IntentSelectionModel.py
This commit is contained in:
parent
c726d61086
commit
c3e760e07c
@ -127,7 +127,7 @@ class IntentSelectionModel(ListModel):
|
|||||||
"custom_icon": icon,
|
"custom_icon": icon,
|
||||||
"icon": None,
|
"icon": None,
|
||||||
"intent_category": category,
|
"intent_category": category,
|
||||||
"weight": 5,
|
"weight": len(_default_intent_categories),
|
||||||
})
|
})
|
||||||
|
|
||||||
result.sort(key=lambda k: k["weight"])
|
result.sort(key=lambda k: k["weight"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user