mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:19:00 +08:00
Update IntentSelectionModel.py
This commit is contained in:
parent
c726d61086
commit
c3e760e07c
@ -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…
x
Reference in New Issue
Block a user