mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 05:17:42 +01:00
build: v5.2.3.5
This commit is contained in:
parent
def1545d8a
commit
1b216bf618
5 changed files with 119 additions and 67 deletions
|
|
@ -137,7 +137,11 @@ namespace Dalamud.Interface
|
|||
{
|
||||
OpenChangelog();
|
||||
}
|
||||
ImGui.MenuItem("Draw Tippy", "", ref this.dalamud.Fools.IsEnabled);
|
||||
|
||||
if (this.dalamud.Fools != null) {
|
||||
ImGui.MenuItem("Draw Tippy", "", ref this.dalamud.Fools.IsEnabled);
|
||||
}
|
||||
|
||||
ImGui.MenuItem("Draw ImGui demo", "", ref this.isImguiDrawDemoWindow);
|
||||
ImGui.Separator();
|
||||
if (ImGui.MenuItem("Unload Dalamud"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue