Close the configuration panel when the user syncs with a configuration

This commit is contained in:
Diego Prado Gesto 2019-01-23 11:24:28 +01:00
parent fa3e4fe69a
commit 551111bd60

View file

@ -218,7 +218,8 @@ Button
{ {
if(isValidMaterial) if(isValidMaterial)
{ {
Cura.MachineManager.applyRemoteConfiguration(configuration); toggleContent()
Cura.MachineManager.applyRemoteConfiguration(configuration)
} }
} }
} }