mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Hide profile when not showing overlays.
This commit is contained in:
@ -324,6 +324,7 @@ namespace osu.Game
|
|||||||
chat.State = Visibility.Hidden;
|
chat.State = Visibility.Hidden;
|
||||||
direct.State = Visibility.Hidden;
|
direct.State = Visibility.Hidden;
|
||||||
social.State = Visibility.Hidden;
|
social.State = Visibility.Hidden;
|
||||||
|
userProfile.State = Visibility.Hidden;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user