mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
refactor: rename ImGuiHelpers.ForceMainWindow() to ForceNextWindowMainViewport()
This commit is contained in:
parent
3a81f9e2a8
commit
8ee2711023
2 changed files with 3 additions and 3 deletions
|
|
@ -141,7 +141,7 @@ namespace Dalamud.Interface.Windowing
|
|||
this.ApplyConditionals();
|
||||
|
||||
if (this.ForceMainWindow)
|
||||
ImGuiHelpers.ForceMainViewport();
|
||||
ImGuiHelpers.ForceNextWindowMainViewport();
|
||||
|
||||
if (ImGui.Begin(this.WindowName, ref this.internalIsOpen, this.Flags))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue