Making sure we only select MatterSlice when it is the only engine.
Keeping android building.
This commit is contained in:
parent
e9ae8f6e02
commit
445f1560b0
4 changed files with 13 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
toggleSwitch.CheckedStateChanged += (sender, e) =>
|
||||
{
|
||||
CheckBox thisControl = sender as CheckBox;
|
||||
ActiveSliceSettings.Instance.SetActiveValue("PublishBedImage", thisControl.Checked ? "1" : "0");
|
||||
ActiveSliceSettings.Instance.SetValue("PublishBedImage", thisControl.Checked ? "1" : "0");
|
||||
};
|
||||
publishImageSwitchContainer.AddChild(toggleSwitch);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue