mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix links not working due to rewrite regression
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user