Update CP14WorkbenchWindow.xaml.cs

This commit is contained in:
Ed
2025-07-10 21:56:31 +03:00
parent eb61eda87a
commit 932fd47861

View File

@@ -93,7 +93,7 @@ public sealed partial class CP14WorkbenchWindow : DefaultWindow
AddRecipeListToGrid(category.Value, gridContainer);
}
if (_selectedEntry is not null && _cachedState.Recipes.Contains(_selectedEntry.Value))
if (_selectedEntry is not null && !_cachedState.Recipes.Contains(_selectedEntry.Value))
RecipeSelectNull();
}