feat: add links to chunks

This commit is contained in:
Anna
2021-12-29 14:44:05 -05:00
parent f17a913405
commit 1d9581abca
4 changed files with 34 additions and 11 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ internal sealed class ChatLog : IUiComponent {
if (tab.DisplayTimestamp) {
var timestamp = message.Date.ToLocalTime().ToString("t");
this.DrawChunk(new TextChunk($"[{timestamp}]") {
this.DrawChunk(new TextChunk(null, $"[{timestamp}]") {
Foreground = 0xFFFFFFFF,
});
ImGui.SameLine();