fix: Font scaling on Windows / macOS

This commit is contained in:
WerWolv
2026-02-08 22:11:10 +01:00
parent a0b0082d98
commit a5008722aa
2 changed files with 3 additions and 1 deletions

View File

@@ -1301,7 +1301,6 @@ namespace hex {
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable | ImGuiConfigFlags_NavEnableKeyboard;
io.ConfigWindowsMoveFromTitleBarOnly = true;
io.ConfigDragClickToInputText = true;
io.ConfigDpiScaleFonts = true;
if (glfwGetPrimaryMonitor() != nullptr) {
if (ImHexApi::System::isMultiWindowModeEnabled()) {