mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 10:47:21 +08:00
Fix incorrect character on RepliesButton
This commit is contained in:
parent
1166d3d696
commit
638d060145
@ -384,7 +384,7 @@ namespace osu.Game.Overlays.Comments
|
||||
|
||||
protected override void OnExpandedChanged(ValueChangedEvent<bool> expanded)
|
||||
{
|
||||
text.Text = $@"{(expanded.NewValue ? "[+]" : "[-]")} replies ({count})";
|
||||
text.Text = $@"{(expanded.NewValue ? "[-]" : "[+]")} replies ({count})";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user