mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Nullables in APIChangelog; Primitive changelog entries display
This commit is contained in:
@ -83,6 +83,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
req.Success += res =>
|
||||
{
|
||||
CurrentBuild = res;
|
||||
changelogContentGroup.GenerateText(CurrentBuild.ChangelogEntries);
|
||||
updateChevronTooltips();
|
||||
};
|
||||
api.Queue(req);
|
||||
|
Reference in New Issue
Block a user