mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix applying configuration when clicking
Also no longer use that signal for it. It was completely unnecessary. Contributes to issue CURA-5876.
This commit is contained in:
parent
89126c7323
commit
b15c272d23
2 changed files with 5 additions and 6 deletions
|
@ -70,11 +70,6 @@ Column
|
|||
{
|
||||
width: parent.width - UM.Theme.getSize("default_margin").width
|
||||
configuration: modelData
|
||||
onActivateConfiguration:
|
||||
{
|
||||
switchPopupState()
|
||||
Cura.MachineManager.applyRemoteConfiguration(configuration)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue