1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Remove placeholder text response

Weird UX, doesn't feel right compared to the rest of lazer
This commit is contained in:
sh0ckR6 2021-09-11 17:42:49 -04:00
parent b8a6925175
commit 6cdc842452
No known key found for this signature in database
GPG Key ID: 701938030071AF85

View File

@ -225,8 +225,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
private void joinFailed(string error)
{
passwordTextbox.Text = string.Empty;
passwordTextbox.PlaceholderText = "incorrect password";
passwordTextbox.Colour = Color4.Red;
shakeContainer.OnShakeFinish += () => passwordTextbox.Colour = Color4.White;