mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Close the configuration panel when the user syncs with a configuration
This commit is contained in:
parent
fa3e4fe69a
commit
551111bd60
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,8 @@ Button
|
||||||
{
|
{
|
||||||
if(isValidMaterial)
|
if(isValidMaterial)
|
||||||
{
|
{
|
||||||
Cura.MachineManager.applyRemoteConfiguration(configuration);
|
toggleContent()
|
||||||
|
Cura.MachineManager.applyRemoteConfiguration(configuration)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue