mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
feat: add /xlstats and /xlbranch (#930)
This commit is contained in:
parent
be64861262
commit
cebfe5443d
2 changed files with 27 additions and 0 deletions
|
|
@ -376,6 +376,11 @@ namespace Dalamud.Interface.Internal
|
|||
/// </summary>
|
||||
public void ToggleProfilerWindow() => this.profilerWindow.Toggle();
|
||||
|
||||
/// <summary>
|
||||
/// Toggles the <see cref="BranchSwitcherWindow"/>.
|
||||
/// </summary>
|
||||
public void ToggleBranchSwitcher() => this.branchSwitcherWindow.Toggle();
|
||||
|
||||
#endregion
|
||||
|
||||
private void OnDraw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue