1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 09:43:42 +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
Unverified
parent d645563ad3
commit bb3a8a29ea
+1
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
{