diff --git a/osu.Game/Overlays/Notifications/Notification.cs b/osu.Game/Overlays/Notifications/Notification.cs index 8a2a7cee81..dd4e1cb3b0 100644 --- a/osu.Game/Overlays/Notifications/Notification.cs +++ b/osu.Game/Overlays/Notifications/Notification.cs @@ -76,7 +76,7 @@ namespace osu.Game.Overlays.Notifications protected override Container Content => content; - protected Container MainContent; + public Container MainContent; private readonly DragContainer dragContainer;