mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 00:04:27 +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
|
||||
onCurrentConfigurationChanged: updateOnSync()
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: Cura.MachineManager
|
||||
onOutputDevicesChanged: updateOnSync()
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user