From 05d6188408a07db9b185cce7611f973cf2cefbe2 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:59:31 +0800 Subject: [PATCH] try disable dpi awareness --- koboldcpp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/koboldcpp.py b/koboldcpp.py index f6b9ac50c..7b29f903b 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -5383,6 +5383,7 @@ def show_gui(): windowwidth = original_windowwidth windowheight = original_windowheight ctk.set_appearance_mode("dark") + ctk.deactivate_automatic_dpi_awareness() root = ctk.CTk(fg_color="#2b2b2b") if corrupt_scaler: print("Adjusting tk scaling to try and fix scaling issues...")