1
0
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:
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), Spacing = new Vector2(10, 0),
Children = new Drawable[] Children = new Drawable[]
{ {
new FriendsButton new FollowersButton
{ {
User = { BindTarget = User } User = { BindTarget = User }
}, },

View File

@ -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>();