Skip to content

Commit

Permalink
Default sorting settings are inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Jul 29, 2019
1 parent 106df40 commit 0d4d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Playnite/Settings/ViewProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public SortOrder SortingOrder
}
}

private SortOrderDirection sortingOrderDirection = SortOrderDirection.Descending;
private SortOrderDirection sortingOrderDirection = SortOrderDirection.Ascending;
public SortOrderDirection SortingOrderDirection
{
get
Expand Down

0 comments on commit 0d4d68c

Please sign in to comment.