mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply NRT to Comment
This commit is contained in:
@ -266,7 +266,7 @@ namespace osu.Game.Overlays.Comments
|
||||
else
|
||||
username.AddText(Comment.LegacyName);
|
||||
|
||||
if (Comment.EditedAt.HasValue)
|
||||
if (Comment.EditedAt.HasValue && Comment.EditedUser != null)
|
||||
{
|
||||
var font = OsuFont.GetFont(size: 12, weight: FontWeight.Regular);
|
||||
var colour = colourProvider.Foreground1;
|
||||
|
Reference in New Issue
Block a user