mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Fix chat overlay top bar icon being incorrect
This commit is contained in:
parent
b2e1a63cd7
commit
d2324cd8f9
@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Icon = HexaconsIcons.Social,
|
Icon = HexaconsIcons.Messaging,
|
||||||
Size = new Vector2(24),
|
Size = new Vector2(24),
|
||||||
},
|
},
|
||||||
// Placeholder text
|
// Placeholder text
|
||||||
|
Loading…
Reference in New Issue
Block a user