mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Use loader for machine actions in dialog
CURA-6495
This commit is contained in:
parent
c9e7f3a245
commit
53d595f698
5 changed files with 27 additions and 23 deletions
|
@ -100,7 +100,7 @@ class FirstStartMachineActionsModel(ListModel):
|
|||
item_list = []
|
||||
for item in first_start_actions:
|
||||
item_list.append({"title": item.label,
|
||||
"content": item.displayItem,
|
||||
"content": item.getDisplayItem(),
|
||||
"action": item,
|
||||
})
|
||||
item.reset()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue