mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
CURA-4870 Make the Sync button react when the output device changed,
otherwise can show a wrong value (not updated).
This commit is contained in:
parent
1beabd715f
commit
3eb9969d6d
1 changed files with 6 additions and 0 deletions
|
@ -98,4 +98,10 @@ Button
|
||||||
target: Cura.MachineManager
|
target: Cura.MachineManager
|
||||||
onCurrentConfigurationChanged: updateOnSync()
|
onCurrentConfigurationChanged: updateOnSync()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Connections
|
||||||
|
{
|
||||||
|
target: Cura.MachineManager
|
||||||
|
onOutputDevicesChanged: updateOnSync()
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue