mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename NotificationManager to NotificationOverlay
This commit is contained in:
@ -19,9 +19,9 @@ namespace osu.Game.Overlays.Toolbar
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(NotificationManager notificationManager)
|
||||
private void load(NotificationOverlay notificationOverlay)
|
||||
{
|
||||
StateContainer = notificationManager;
|
||||
StateContainer = notificationOverlay;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user