mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
refactor: new code style in DalamudDataWindow.cs, fix collapse bug
This commit is contained in:
parent
0d8d9e57d4
commit
e11c209f77
3 changed files with 306 additions and 239 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue