mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08: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
@ -98,4 +98,10 @@ Button
|
|||||||
target: Cura.MachineManager
|
target: Cura.MachineManager
|
||||||
onCurrentConfigurationChanged: updateOnSync()
|
onCurrentConfigurationChanged: updateOnSync()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Connections
|
||||||
|
{
|
||||||
|
target: Cura.MachineManager
|
||||||
|
onOutputDevicesChanged: updateOnSync()
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user