fix: use the correct flag this time

This commit is contained in:
goat 2021-04-12 03:11:21 +02:00
parent 60094fcbba
commit 4bf40ade3d
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -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; }