Add changelog listing

This commit is contained in:
HoutarouOreki
2018-07-22 05:28:43 +02:00
parent 8e7efafba3
commit 80808bddbf
4 changed files with 124 additions and 16 deletions

View File

@ -93,8 +93,7 @@ namespace osu.Game.Overlays
header.OnListingActivated += () =>
{
Streams.SelectedRelease = null;
content.Clear();
// should add listing to content here
content.ShowListing();
if (!Streams.IsHovered)
foreach (StreamBadge item in Streams.BadgesContainer.Children)
item.Activate(true);