From 417c7e341a8dd2c1a62c9e5762505b9f434cec05 Mon Sep 17 00:00:00 2001 From: John Leuenhagen Date: Thu, 2 Mar 2017 22:05:32 -0500 Subject: [PATCH] Password textbox now performs login on enter --- osu.Game/Overlays/Options/Sections/General/LoginOptions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs b/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs index b06644facd..db799ccae2 100644 --- a/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs +++ b/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs @@ -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 {