|
|
@@ -1656,7 +1656,7 @@ namespace FurnaceUI.Views.Recipes
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- // CurrentRecipe.RecipeChamberType = "OriginChamber";
|
|
|
+ CurrentRecipe.RecipeChamberType = "OriginChamber";
|
|
|
CurrentRecipe.RecipeVersion = _columnBuilder.RecipeVersion;
|
|
|
CurrentRecipe.InitData(prefixPath, recipeName, recipeContent, SelectedChamber);
|
|
|
|