Add neighboring builds handling;

+ provoke angry AppVeyor
This commit is contained in:
HoutarouOreki
2018-07-20 13:51:31 +02:00
parent 1b3010a1b5
commit 227394925a
5 changed files with 67 additions and 12 deletions

View File

@ -87,8 +87,7 @@ namespace osu.Game.Overlays
header.ChangelogEntry = Streams.SelectedRelease;
}
header.ShowReleaseStream();
content.Clear(); // this should probably happen with some transition
content.Add(new ChangelogContentGroup(Streams.SelectedRelease));
content.ShowBuild(Streams.SelectedRelease);
};
header.OnListingActivated += () =>
{