mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
fixup! Move post-update notification logic to UpdateManager base class
This commit is contained in:
parent
07ec163daa
commit
84d9f98ff1
@ -20,7 +20,7 @@ namespace osu.Game.Updater
|
|||||||
private OsuGameBase game { get; set; }
|
private OsuGameBase game { get; set; }
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
protected NotificationOverlay Notifications { get; set; }
|
protected NotificationOverlay Notifications { get; private set; }
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user