mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Refocus the multiplayer password entry textbox on failed join
This commit is contained in:
@ -234,6 +234,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
{
|
||||
passwordTextbox.Text = string.Empty;
|
||||
|
||||
GetContainingInputManager().ChangeFocus(passwordTextbox);
|
||||
|
||||
errorText.Text = error;
|
||||
errorText
|
||||
.FadeIn()
|
||||
|
Reference in New Issue
Block a user