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
commite3839d5d5d70ad9c1aa7296624084ff897e07fe9 (patch)
tree996ed54f27895e3ab03db22d66592eac7c9bb677 /manifest.xml
parentui: render dots with svgs instead (diff)
downloadwireguard-windows-e3839d5d5d70ad9c1aa7296624084ff897e07fe9.tar.xz
wireguard-windows-e3839d5d5d70ad9c1aa7296624084ff897e07fe9.zip
manifest: disable per-monitor DPI
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>