Skip to content

Commit

Permalink
UI: default OnlyShowOwnedGames in compat list to true
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Jan 6, 2025
1 parent 4193a37 commit 9acecc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx/Utilities/Compat/CompatibilityViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 9acecc9

Please sign in to comment.