mirror of
https://github.com/osukey/osukey.git
synced 2025-06-10 13:58:01 +09:00
Password textbox now performs login on enter
This commit is contained in:
parent
78a0bce3bb
commit
417c7e341a
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user