Add support for "additions" in changelog (#6177)

Add support for "additions" in changelog
This commit is contained in:
Dean Herbert
2019-09-21 22:27:18 +09:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@ -77,7 +77,7 @@ namespace osu.Game.Overlays.Changelog
var entryColour = entry.Major ? colours.YellowLight : Color4.White;
title.AddIcon(FontAwesome.Solid.Check, t =>
title.AddIcon(entry.Type == ChangelogEntryType.Fix ? FontAwesome.Solid.Check : FontAwesome.Solid.Plus, t =>
{
t.Font = fontSmall;
t.Colour = entryColour;