mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix beatmap listing sort direction not resetting when changing criteria
This commit is contained in:
@ -25,6 +25,8 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
|
||||
if (currentParameters == null)
|
||||
Reset(SearchCategory.Leaderboard, false);
|
||||
|
||||
Current.BindValueChanged(_ => SortDirection.Value = Overlays.SortDirection.Descending);
|
||||
}
|
||||
|
||||
public void Reset(SearchCategory category, bool hasQuery)
|
||||
|
Reference in New Issue
Block a user