mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
fix: OpenConfigUi invocation
This commit is contained in:
parent
12c5740afc
commit
b5ccc2751a
2 changed files with 2 additions and 2 deletions
|
|
@ -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