feat: add option to import chat colours from game
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user