mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Some minor improvements.
This commit is contained in:
@ -155,7 +155,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
public void MarkAllRead()
|
||||
{
|
||||
notifications.Children.ForEach(n => n.Read = true);
|
||||
notifications?.Children.ForEach(n => n.Read = true);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user