mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Replace SocialOverlay with DashboardOverlay
This commit is contained in:
@ -14,9 +14,9 @@ namespace osu.Game.Overlays.Toolbar
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(SocialOverlay chat)
|
||||
private void load(DashboardOverlay dashboard)
|
||||
{
|
||||
StateContainer = chat;
|
||||
StateContainer = dashboard;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user