1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Hide Notification when playing osu

Hide Notification Overlay when playing osu
This commit is contained in:
Alex Park (박상희) 2017-08-01 11:31:11 +09:00
parent d645563ad3
commit bb3a8a29ea

View File

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