mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
refactor: OnOpenConfigUi -> OpenConfigUi
This commit is contained in:
parent
3c65cc95ee
commit
c8cd769ec5
3 changed files with 7 additions and 7 deletions
|
|
@ -36,7 +36,7 @@ namespace Dalamud.CorePlugin
|
|||
this.windowSystem.AddWindow(new PluginWindow(Dalamud.Instance));
|
||||
|
||||
this.Interface.UiBuilder.Draw += this.OnDraw;
|
||||
this.Interface.UiBuilder.OnOpenConfigUi += this.OnOpenConfigUi;
|
||||
this.Interface.UiBuilder.OpenConfigUi += this.OnOpenConfigUi;
|
||||
|
||||
this.Interface.CommandManager.AddHandler("/di", new(this.OnCommand) { HelpMessage = $"Access the {this.Name} plugin." });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue