1
0
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:
Andrei Zavatski 2019-08-01 22:50:01 +03:00
parent 13fe1732d8
commit e66a3494b9

View File

@ -45,6 +45,7 @@ namespace osu.Game.Overlays.Profile.Header
};
User.BindValueChanged(onUserChanged);
Hide();
}
private void onUserChanged(ValueChangedEvent<User> user)