feat: add about tab

This commit is contained in:
Anna
2022-02-06 23:33:11 -05:00
parent 310ee7600d
commit c034e66354
8 changed files with 1223 additions and 1019 deletions
+1
View File
@@ -24,6 +24,7 @@ internal sealed class Settings : IUiComponent {
new Ui.SettingsTabs.Fonts(this.Mutable),
new ChatColours(this.Mutable, this.Ui.Plugin),
new Tabs(this.Mutable),
new About(),
};
this.Ui.Plugin.CommandManager.AddHandler("/chat2", new CommandInfo(this.Command) {