mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Remove placeholder text response
Weird UX, doesn't feel right compared to the rest of lazer
This commit is contained in:
parent
b8a6925175
commit
6cdc842452
@ -225,8 +225,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
|||||||
private void joinFailed(string error)
|
private void joinFailed(string error)
|
||||||
{
|
{
|
||||||
passwordTextbox.Text = string.Empty;
|
passwordTextbox.Text = string.Empty;
|
||||||
passwordTextbox.PlaceholderText = "incorrect password";
|
|
||||||
passwordTextbox.Colour = Color4.Red;
|
|
||||||
|
|
||||||
shakeContainer.OnShakeFinish += () => passwordTextbox.Colour = Color4.White;
|
shakeContainer.OnShakeFinish += () => passwordTextbox.Colour = Color4.White;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user