mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
make the container hidden by default
This commit is contained in:
parent
13fe1732d8
commit
e66a3494b9
@ -45,6 +45,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
};
|
||||
|
||||
User.BindValueChanged(onUserChanged);
|
||||
Hide();
|
||||
}
|
||||
|
||||
private void onUserChanged(ValueChangedEvent<User> user)
|
||||
|
Loading…
Reference in New Issue
Block a user