1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 03:42:58 +08:00

Merge pull request #426 from ZLima12/passbox-login

Password textbox now performs login on enter
This commit is contained in:
Dean Herbert 2017-03-03 16:58:34 +09:00 committed by GitHub
commit 4e8eb73848

View File

@ -117,7 +117,8 @@ namespace osu.Game.Overlays.Options.Sections.General
{
PlaceholderText = "Password",
RelativeSizeAxes = Axes.X,
TabbableContentContainer = this
TabbableContentContainer = this,
OnCommit = (TextBox sender, bool newText) => performLogin()
},
new OsuCheckbox
{