Add HoldFocus and ReleaseFocusOnCommit attributes to searchbar

This commit is contained in:
sw1tchbl4d3 2022-05-27 21:23:37 +02:00
parent 254039b8fe
commit cd84200ad9

View File

@ -64,6 +64,8 @@ namespace osu.Game.Overlays.Dashboard
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Height = search_textbox_height,
ReleaseFocusOnCommit = false,
HoldFocus = true,
PlaceholderText = HomeStrings.SearchPlaceholder,
},
},