Show primary actions for old manifests that may not have game ID
This commit is contained in:
parent
27f88f801f
commit
b5d39ca18c
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ else
|
|||
return;
|
||||
}
|
||||
|
||||
var primaryActions = actions.Where(a => a.IsPrimaryAction && LibraryService.IsInstalled(a.GameId));
|
||||
var primaryActions = actions.Where(a => a.IsPrimaryAction && (LibraryService.IsInstalled(a.GameId) || a.GameId == Guid.Empty));
|
||||
|
||||
if (primaryActions.Count() == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue