feat: add /xlstats and /xlbranch (#930)

This commit is contained in:
Aireil 2022-07-23 15:25:53 +02:00 committed by GitHub
parent be64861262
commit cebfe5443d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View file

@ -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()