feat: add prettier timestamps

This commit is contained in:
Anna
2022-01-14 18:22:38 -05:00
parent 5ce2cd607d
commit 8a110bdd30
3 changed files with 39 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ internal class Configuration : IPluginConfiguration {
public bool HideChat = true;
public bool NativeItemTooltips = true;
public bool PrettierTimestamps = true;
public bool SidebarTabView;
public float FontSize = 17f;
public Dictionary<ChatType, uint> ChatColours = new();