1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:52:55 +08:00

Rename FriendsButton to FollowersButton

This commit is contained in:
Andrei Zavatski 2021-01-21 23:40:23 +03:00
parent c631354b57
commit 2eba2a9abf
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ namespace osu.Game.Overlays.Profile.Header
Spacing = new Vector2(10, 0),
Children = new Drawable[]
{
new FriendsButton
new FollowersButton
{
User = { BindTarget = User }
},

View File

@ -8,7 +8,7 @@ using osu.Game.Users;
namespace osu.Game.Overlays.Profile.Header.Components
{
public class FriendsButton : ProfileHeaderStatisticsButton
public class FollowersButton : ProfileHeaderStatisticsButton
{
public readonly Bindable<User> User = new Bindable<User>();