mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: OpenConfigUi invocation
This commit is contained in:
parent
12c5740afc
commit
b5ccc2751a
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ namespace Dalamud.CorePlugin
|
|||
// this.window.IsOpen = true;
|
||||
}
|
||||
|
||||
private void OnOpenConfigUi(object sender, EventArgs e)
|
||||
private void OnOpenConfigUi()
|
||||
{
|
||||
// this.window.IsOpen = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -227,7 +227,7 @@ namespace Dalamud.Interface
|
|||
/// </summary>
|
||||
internal void OpenConfig()
|
||||
{
|
||||
this.OpenConfigUi?.Invoke(this, null);
|
||||
this.OpenConfigUi?.Invoke();
|
||||
}
|
||||
|
||||
private void OnDraw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue