mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
/xldata should open, not toggle if given arguments
This commit is contained in:
parent
6e3d5382b0
commit
a080c80014
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ namespace Dalamud.Interface.Internal
|
|||
if (string.IsNullOrEmpty(arguments))
|
||||
this.dalamud.DalamudUi.ToggleDataWindow();
|
||||
else
|
||||
this.dalamud.DalamudUi.ToggleDataWindow(arguments);
|
||||
this.dalamud.DalamudUi.OpenDataWindow(arguments);
|
||||
}
|
||||
|
||||
private void OnOpenLog(string command, string arguments)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue