mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Change state icon to binoculars so the eye isn't staring at me
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Participants
|
||||
|
||||
case MultiplayerUserState.Spectating:
|
||||
text.Text = "spectating";
|
||||
icon.Icon = FontAwesome.Solid.Eye;
|
||||
icon.Icon = FontAwesome.Solid.Binoculars;
|
||||
icon.Colour = colours.BlueLight;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user