mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-17 22:36:58 +00:00
[ci skip] chore: Fix usage of var
This commit is contained in:
parent
f46577af58
commit
5b3b907fd2
18 changed files with 83 additions and 82 deletions
|
|
@ -35,7 +35,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
SortApply();
|
||||
}
|
||||
|
||||
var filtered = _visibleEntries;
|
||||
IEnumerable<LdnGameModel> filtered = _visibleEntries;
|
||||
|
||||
if (OnlyShowForOwnedGames)
|
||||
filtered = filtered.Where(x => _ownedGameTitleIds.ContainsIgnoreCase(x.Title.Id));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue