1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00

Refocus the multiplayer password entry textbox on failed join

This commit is contained in:
Dean Herbert 2021-09-17 18:23:36 +09:00
parent a1f587f2c5
commit 027912d4f6

View File

@ -234,6 +234,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
{
passwordTextbox.Text = string.Empty;
GetContainingInputManager().ChangeFocus(passwordTextbox);
errorText.Text = error;
errorText
.FadeIn()