aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--manifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index b3d72b79..781e327a 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -20,7 +20,8 @@
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
- <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
</windowsSettings>
</application>
</assembly>