mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
add /xldata
This commit is contained in:
parent
107924c7e2
commit
d71e0b2188
3 changed files with 55 additions and 9 deletions
|
|
@ -460,6 +460,16 @@ namespace Dalamud.Interface
|
|||
this.dataWindow.IsOpen ^= true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Toggle the data window and preset the dropdown.
|
||||
/// </summary>
|
||||
internal void ToggleData(string dataKind)
|
||||
{
|
||||
this.dataWindow.IsOpen ^= true;
|
||||
if (this.dataWindow.IsOpen)
|
||||
this.dataWindow.SetDataKind(dataKind);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Toggle the credits window.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue