Show profile when click on user panel.

This commit is contained in:
Huo Yaoyuan
2017-06-16 16:23:20 +08:00
parent 43569d69a7
commit 3883f4a746
2 changed files with 8 additions and 3 deletions

View File

@ -208,6 +208,7 @@ namespace osu.Game
Dependencies.Cache(settings);
Dependencies.Cache(social);
Dependencies.Cache(chat);
Dependencies.Cache(userProfile);
Dependencies.Cache(musicController);
Dependencies.Cache(notificationManager);
Dependencies.Cache(dialogOverlay);