aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manifest.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-02 11:54:52 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-02 11:55:06 +0200
commit7e24f97d32cc8ee609758265a94f2de6153a2b7b (patch)
tree996ed54f27895e3ab03db22d66592eac7c9bb677 /manifest.xml
parentui: render dots with svgs instead (diff)
downloadwireguard-windows-7e24f97d32cc8ee609758265a94f2de6153a2b7b.tar.xz
wireguard-windows-7e24f97d32cc8ee609758265a94f2de6153a2b7b.zip
manifest: disable per-monitor DPI
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/manifest.xml b/manifest.xml
index 9c563e69..b3d72b79 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -20,10 +20,7 @@
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
- <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
- </windowsSettings>
- <windowsSettings>
- <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware>
</windowsSettings>
</application>
</assembly>