long candy support
This commit is contained in:
@@ -22,7 +22,7 @@ namespace VisionBuilder.UI.Windows.Dialogs
|
||||
InitializeComponent();
|
||||
ReloadRecipes();
|
||||
|
||||
if (!_recipeCreationTool.Enabled)
|
||||
if (_recipeCreationTool.Enabled)
|
||||
{
|
||||
btnCreateNewRecipe.Visible = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user