From 07817dce70e8251e2ccfe73c2965c424a3eb42b0 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 17 Dec 2025 14:28:08 +0900 Subject: [PATCH] Expose notification main content for external use --- osu.Game/Overlays/Notifications/Notification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;