refactor: new code style in DalamudDataWindow.cs, fix collapse bug

This commit is contained in:
goat 2021-03-31 23:33:35 +02:00
parent 0d8d9e57d4
commit e11c209f77
3 changed files with 306 additions and 239 deletions

View file

@ -155,11 +155,6 @@ namespace Dalamud.Interface
this.OpenChangelog();
}
if (this.dalamud.Fools != null)
{
ImGui.MenuItem("Draw Tippy", string.Empty, ref this.dalamud.Fools.IsEnabled);
}
ImGui.MenuItem("Draw ImGui demo", string.Empty, ref this.isImguiDrawDemoWindow);
ImGui.Separator();