mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Rename FriendsButton to FollowersButton
This commit is contained in:
parent
c631354b57
commit
2eba2a9abf
@ -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 }
|
||||
},
|
||||
|
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user