CURA-5158 The printer menu now reacts to the global container changes so

it is updates even if there is no connection.
This commit is contained in:
Diego Prado Gesto 2018-03-27 11:56:08 +02:00
parent 8c5673dd3c
commit 2ee42dda33
3 changed files with 24 additions and 5 deletions

View file

@ -97,11 +97,6 @@ Button
{
target: Cura.MachineManager
onCurrentConfigurationChanged: updateOnSync()
}
Connections
{
target: Cura.MachineManager
onOutputDevicesChanged: updateOnSync()
}
}