Hide standalone expansions/mods from nested games
This commit is contained in:
parent
af3ee00a87
commit
1191226dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
ColumnPicker
|
||||
Searchable
|
||||
SearchProperty="g => g.Title"
|
||||
Children="(g, dg) => dg.BaseGameId == g.Id"
|
||||
Children="(g, dg) => dg.BaseGameId == g.Id && (dg.Type == GameType.Expansion || dg.Type == GameType.Mod)"
|
||||
Query="g => g.BaseGameId == null || g.BaseGameId == Guid.Empty || (g.Type != GameType.Expansion && g.Type != GameType.Mod)">
|
||||
<RightToolbar>
|
||||
@if (Selected != null && Selected.Count() > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue