mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-09 11:17:20 -03:00
UI: default OnlyShowOwnedGames in compat list to true
This commit is contained in:
parent
4193a37a91
commit
9acecc9eb2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace Ryujinx.Ava.Utilities.Compat
|
|||
{
|
||||
public partial class CompatibilityViewModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty] private bool _onlyShowOwnedGames;
|
||||
[ObservableProperty] private bool _onlyShowOwnedGames = true;
|
||||
|
||||
private IEnumerable<CompatibilityEntry> _currentEntries = CompatibilityCsv.Shared.Entries;
|
||||
private readonly string[] _ownedGameTitleIds = [];
|
||||
|
|
Loading…
Reference in a new issue