Restore Camera Monitoring toggleswitch
This commit is contained in:
parent
b125d62429
commit
7150dc6fd5
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
CheckBox thisControl = sender as CheckBox;
|
||||
PrinterSettings.Instance.set("PublishBedImage", thisControl.Checked ? "true" : "false");
|
||||
};
|
||||
publishImageSwitchContainer.AddChild(toggleSwitch);
|
||||
|
||||
publishImageSwitchContainer.SetBoundsToEncloseChildren();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue