build: v5.2.3.5

This commit is contained in:
goat 2021-03-31 01:34:36 +02:00
parent def1545d8a
commit 1b216bf618
5 changed files with 119 additions and 67 deletions

View file

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