fix: disable docking globally

This commit is contained in:
goat 2021-04-05 17:18:19 +02:00
parent b1fdfd798c
commit 562762da01

View file

@ -266,6 +266,7 @@ namespace Dalamud.Interface
ImGui.GetStyle().Colors[(int) ImGuiCol.TabActive] = new Vector4(0.36f, 0.36f, 0.36f, 1.00f);
ImGui.GetIO().FontGlobalScale = this.dalamud.Configuration.GlobalUiScale;
ImGui.GetIO().ConfigFlags &= ~ImGuiConfigFlags.DockingEnable;
}
this.scene.Render();