mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
Fix some ImGui.End calls
This commit is contained in:
parent
476b6b9613
commit
ec9f365930
2 changed files with 11 additions and 8 deletions
|
|
@ -640,10 +640,10 @@ internal class DalamudInterface : IInternalDisposableService
|
|||
ImGui.SetNextItemWidth(40);
|
||||
if (ImGui.Button("###devMenuOpener", new Vector2(20, 20)))
|
||||
this.isImGuiDrawDevMenu = true;
|
||||
|
||||
ImGui.End();
|
||||
}
|
||||
|
||||
ImGui.End();
|
||||
|
||||
if (EnvironmentConfiguration.DalamudForceMinHook)
|
||||
{
|
||||
ImGui.SetNextWindowPos(windowPos, ImGuiCond.Always);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue