mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Renmoved singleton Um.Application
CURA-7812
This commit is contained in:
parent
11aa71a5df
commit
d01b5c1767
3 changed files with 3 additions and 3 deletions
|
@ -187,7 +187,7 @@ Popup
|
|||
//Add all the custom profiles.
|
||||
Repeater
|
||||
{
|
||||
model: CuraApplication.getCustomQualityProfilesDropDownMenuModel()
|
||||
model: Cura.CustomQualityProfilesDropDownMenuModel
|
||||
MenuButton
|
||||
{
|
||||
onClicked: Cura.MachineManager.setQualityChangesGroup(model.quality_changes_group)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue