mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
impr: Make fonts look less blurry with Wayland fractional scaling
This commit is contained in:
@@ -1301,6 +1301,7 @@ namespace hex {
|
||||
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable | ImGuiConfigFlags_NavEnableKeyboard;
|
||||
io.ConfigWindowsMoveFromTitleBarOnly = true;
|
||||
io.ConfigDragClickToInputText = true;
|
||||
io.ConfigDpiScaleFonts = true;
|
||||
|
||||
if (glfwGetPrimaryMonitor() != nullptr) {
|
||||
if (ImHexApi::System::isMultiWindowModeEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user