1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 09:14:21 +08:00

fixup! Move post-update notification logic to UpdateManager base class

This commit is contained in:
Dean Herbert
2019-09-24 18:15:57 +09:00
Unverified
parent 07ec163daa
commit 84d9f98ff1
+1 -1
View File
@@ -20,7 +20,7 @@ namespace osu.Game.Updater
private OsuGameBase game { get; set; }
[Resolved]
protected NotificationOverlay Notifications { get; set; }
protected NotificationOverlay Notifications { get; private set; }
protected override void LoadComplete()
{