mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Hide Notification when playing osu
Hide Notification Overlay when playing osu
This commit is contained in:
@ -334,6 +334,7 @@ namespace osu.Game
|
||||
direct.State = Visibility.Hidden;
|
||||
social.State = Visibility.Hidden;
|
||||
userProfile.State = Visibility.Hidden;
|
||||
notificationOverlay.State = Visibility.Hidden;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user