mirror of https://github.com/ppy/osu
Change default category value
This commit is contained in:
parent
5d8445676d
commit
a8c735b66d
|
@ -104,6 +104,8 @@ public BeatmapListingSearchSection()
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
Category.Value = BeatmapSearchCategory.Leaderboard;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
|
Loading…
Reference in New Issue