mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
fix: use the correct flag this time
This commit is contained in:
parent
60094fcbba
commit
4bf40ade3d
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ namespace Dalamud.Interface
|
|||
return;
|
||||
}
|
||||
|
||||
ImGui.GetIO().ConfigFlags |= ImGuiConfigFlags.DockingEnable;
|
||||
ImGui.GetIO().ConfigFlags |= ImGuiConfigFlags.ViewportsEnable;
|
||||
}
|
||||
|
||||
public static ImFontPtr DefaultFont { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue