mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 16:46:08 +02:00
fix: add space between role tag and username in status display
This commit is contained in:
@@ -928,7 +928,7 @@ public sealed partial class MainWindow : Runnable
|
||||
ServerRole.Mod => "\u2740 ", // ❀
|
||||
_ => ""
|
||||
};
|
||||
var text = $"{statusIcon} {roleTag}{name}";
|
||||
var text = $"{statusIcon} {roleTag} {name}";
|
||||
var nameColor = HexColorHelper.ParseHexColor(u.NicknameColor);
|
||||
return (text, nameColor, u.Username);
|
||||
}).ToList();
|
||||
|
||||
Reference in New Issue
Block a user