Remove redundant subsection title.

- Also handle opening UserProfile in LinkFlowContainer similar to how
beatmaps and channels are handled
This commit is contained in:
naoey
2018-02-28 15:19:27 +05:30
parent 62913163e0
commit 2e535afb84
3 changed files with 9 additions and 5 deletions

View File

@ -154,6 +154,12 @@ namespace osu.Game
/// <param name="setId">The set to display.</param>
public void ShowBeatmapSet(int setId) => beatmapSetOverlay.ShowBeatmapSet(setId);
/// <summary>
/// Show a user's profile as an overlay.
/// </summary>
/// <param name="userId">The user to display.</param>
public void ShowUser(long userId) => userProfile.ShowUser(userId);
protected void LoadScore(Score s)
{
scoreLoad?.Cancel();