feat: add option to make modern more compact

This commit is contained in:
Anna
2022-01-15 00:24:47 -05:00
parent 8d0cf5bb7c
commit decc3bfd22
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ internal class Configuration : IPluginConfiguration {
public bool HideChat = true;
public bool NativeItemTooltips = true;
public bool PrettierTimestamps = true;
public bool MoreCompactPretty;
public bool SidebarTabView;
public float FontSize = 17f;
public Dictionary<ChatType, uint> ChatColours = new();