Restore Camera Monitoring toggleswitch

This commit is contained in:
John Lewin 2015-04-28 12:38:11 -07:00
parent b125d62429
commit 7150dc6fd5

View file

@ -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();