mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 03:33:12 +08:00
Close the configuration panel when the user syncs with a configuration
This commit is contained in:
parent
fa3e4fe69a
commit
551111bd60
@ -218,7 +218,8 @@ Button
|
|||||||
{
|
{
|
||||||
if(isValidMaterial)
|
if(isValidMaterial)
|
||||||
{
|
{
|
||||||
Cura.MachineManager.applyRemoteConfiguration(configuration);
|
toggleContent()
|
||||||
|
Cura.MachineManager.applyRemoteConfiguration(configuration)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user