mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Add null check for notification overlay
This commit is contained in:
@ -75,7 +75,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
||||
|
||||
request.Failure += e =>
|
||||
{
|
||||
notifications.Post(new SimpleNotification
|
||||
notifications?.Post(new SimpleNotification
|
||||
{
|
||||
Text = e.Message,
|
||||
Icon = FontAwesome.Solid.Times,
|
||||
|
Reference in New Issue
Block a user