leerform recipe subsystem created
This commit is contained in:
@@ -363,7 +363,7 @@ UI tool for creating new recipes. Default implementation (`NoRecipeCreation`) is
|
||||
public interface IRecipeCreationTool
|
||||
{
|
||||
bool Enabled { get; set; }
|
||||
bool CreateRecipe(out string recipeName);
|
||||
Task<string?> CreateRecipeAsync();
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user