feat: add option to make modern more compact
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user