mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 17:22:04 +00:00
try disable dpi awareness
This commit is contained in:
parent
c4623db256
commit
05d6188408
1 changed files with 1 additions and 0 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue