We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a2fa2 commit 69824a9Copy full SHA for 69824a9
CefSharp.BrowserSubprocess/app.manifest
@@ -27,6 +27,12 @@
27
</security>
28
</trustInfo>
29
30
+ <asmv3:application>
31
+ <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
32
+ <dpiAware>true</dpiAware>
33
+ </asmv3:windowsSettings>
34
+ </asmv3:application>
35
+
36
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
37
<application>
38
<!-- A list of all Windows versions that this application is designed to work with.
0 commit comments