Password textbox now performs login on enter

This commit is contained in:
John Leuenhagen 2017-03-02 22:05:32 -05:00
parent 78a0bce3bb
commit 417c7e341a
No known key found for this signature in database
GPG Key ID: 907086AC94B52427

View File

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