mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:13:21 +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),
|
Spacing = new Vector2(10, 0),
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new FriendsButton
|
new FollowersButton
|
||||||
{
|
{
|
||||||
User = { BindTarget = User }
|
User = { BindTarget = User }
|
||||||
},
|
},
|
||||||
|
@ -8,7 +8,7 @@ using osu.Game.Users;
|
|||||||
|
|
||||||
namespace osu.Game.Overlays.Profile.Header.Components
|
namespace osu.Game.Overlays.Profile.Header.Components
|
||||||
{
|
{
|
||||||
public class FriendsButton : ProfileHeaderStatisticsButton
|
public class FollowersButton : ProfileHeaderStatisticsButton
|
||||||
{
|
{
|
||||||
public readonly Bindable<User> User = new Bindable<User>();
|
public readonly Bindable<User> User = new Bindable<User>();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user