Update CP14WorkbenchWindow.xaml.cs
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user