feat: add tab sidebar

This commit is contained in:
Anna
2022-01-06 16:17:31 -05:00
parent 663ce5dbbd
commit a3431ea49a
3 changed files with 144 additions and 81 deletions
+1
View File
@@ -9,6 +9,7 @@ internal class Configuration : IPluginConfiguration {
public bool HideChat = true;
public bool NativeItemTooltips = true;
public bool SidebarTabView;
public float FontSize = 17f;
public Dictionary<ChatType, uint> ChatColours = new();
public List<Tab> Tabs = new();