Replace SocialOverlay with DashboardOverlay

This commit is contained in:
Andrei Zavatski
2020-04-16 12:05:51 +03:00
parent 29bea4e11c
commit 894598eb22
5 changed files with 100 additions and 12 deletions

View File

@ -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;
}
}
}