From 64f8b31078f3990fde5f6d9bf79f0cb114ab9d46 Mon Sep 17 00:00:00 2001 From: Yang Yulin Date: Sun, 7 Jul 2024 09:37:05 +0800 Subject: [PATCH] Added dpiAwareness element to manifest This causes top-level and child HWNDs to be notified of DPI changes, which avoid the content of the window appearing blurry when changing DPI. --- setup.exe.manifest | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.exe.manifest b/setup.exe.manifest index 45a5f082..f3820fac 100755 --- a/setup.exe.manifest +++ b/setup.exe.manifest @@ -40,8 +40,9 @@ - - true + + true/pm + PerMonitorV2 -- 2.43.5