Browse Source
Merge pull request #2427 from Mygod/dpipm-off
Turn off per-monitor DPI awareness as it is not supported
tags/4.1.7
Allen Zhu
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
shadowsocks-csharp/app.manifest
|
|
@@ -10,7 +10,7 @@ |
|
|
|
</trustInfo>
|
|
|
|
<asmv3:application>
|
|
|
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
|
|
|
<dpiAware>True/PM</dpiAware>
|
|
|
|
<dpiAware>true</dpiAware>
|
|
|
|
</asmv3:windowsSettings>
|
|
|
|
</asmv3:application>
|
|
|
|
|
|
|
|