The technology for round time just isn't there yet

Add clock date to displayed logs
I'm sorry moony
This commit is contained in:
DrSmugleaf
2021-11-22 21:19:07 +01:00
parent 7de23c935b
commit 37e7da0e42
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ public class AdminLogLabel : RichTextLabel
Log = log;
Separator = separator;
SetMessage(log.Message);
SetMessage($"{log.Date:HH:mm:ss}: {log.Message}");
OnVisibilityChanged += VisibilityChanged;
}