Skip to content

Commit

Permalink
Change default deals sorting criteria to DealRating (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer authored Apr 13, 2024
1 parent fcb0d49 commit 537bc2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class DealsViewModel(
DealStore(35, "DreamGame")
).sortedBy { it.label }.toSet(),
selectedStores = emptySet(),
sortingCriteria = DealsSorting.Recent,
sortingCriteria = DealsSorting.DealRating,
sortingDirection = DealsSortingDirection.Descending
)
val InitialGiveawaysFiltersState = GiveawaysFiltersState(
Expand Down

0 comments on commit 537bc2f

Please sign in to comment.