1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Hide profile when not showing overlays.

This commit is contained in:
Huo Yaoyuan 2017-06-22 21:43:58 +08:00
parent 8b8954b825
commit 35bec7ddc0

View File

@ -324,6 +324,7 @@ namespace osu.Game
chat.State = Visibility.Hidden;
direct.State = Visibility.Hidden;
social.State = Visibility.Hidden;
userProfile.State = Visibility.Hidden;
}
else
{