1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 10:50:58 +08:00

Focus search box immediately

This commit is contained in:
Dean Herbert
2025-03-11 18:47:16 +09:00
Unverified
parent 00127b363d
commit 749df665d1
@@ -467,6 +467,7 @@ namespace osu.Game.Screens.Ranking
{
searchBox = new SearchTextBox
{
HoldFocus = true,
RelativeSizeAxes = Axes.X,
},
searchContainer = new SearchContainer