Fix links not working due to rewrite regression

This commit is contained in:
HoutarouOreki
2018-07-23 20:36:24 +02:00
parent f526d66969
commit 6cd6ca432c
6 changed files with 34 additions and 10 deletions

View File

@ -77,6 +77,7 @@ namespace osu.Game.Overlays.Changelog
changelogContentGroup.GenerateText(changelogBuild.ChangelogEntries);
changelogContentGroup.UpdateChevronTooltips(changelogBuild.Versions.Previous?.DisplayVersion,
changelogBuild.Versions.Next?.DisplayVersion);
changelogContentGroup.BuildSelected += OnBuildSelected;
}
protected virtual void OnBuildSelected(string updateStream, string version, EventArgs args)