feat: add option to import chat colours from game

This commit is contained in:
Anna
2022-02-01 19:54:17 -05:00
parent fb3ee2efe2
commit 20ee6d1278
4 changed files with 55 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ internal sealed class Settings : IUiComponent {
this.Tabs = new List<ISettingsTab> {
new Display(this.Mutable),
new ChatColours(this.Mutable),
new ChatColours(this.Mutable, this.Ui.Plugin),
new Tabs(this.Mutable),
};