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:
parent
d645563ad3
commit
bb3a8a29ea
@ -334,6 +334,7 @@ namespace osu.Game
|
||||
direct.State = Visibility.Hidden;
|
||||
social.State = Visibility.Hidden;
|
||||
userProfile.State = Visibility.Hidden;
|
||||
notificationOverlay.State = Visibility.Hidden;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user