fix: initialise in settings in ctor

This commit is contained in:
Anna 2022-02-19 06:56:57 -05:00
parent 026b56fbda
commit c97f86b560
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -30,6 +30,8 @@ internal sealed class Settings : IUiComponent {
new About(),
};
this.Initialise();
this.Ui.Plugin.Commands.Register("/chat2", "Perform various actions with Chat 2.").Execute += this.Command;
this.Ui.Plugin.Interface.UiBuilder.OpenConfigUi += this.Toggle;
}