mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 19:37:18 +08:00
Merge pull request #1074 from Alex4386/master
Hide the notification overlay on screens which explicitly hide overlays
This commit is contained in:
commit
c9c1a628af
@ -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…
x
Reference in New Issue
Block a user