DolphinQt: dont set dpi awareness in manifest

Qt already does this itself programmatically.
Setting in the manifest interferes with Qt's
internal handling of dpi awareness.
This commit is contained in:
Shawn Hoffman 2023-04-19 09:24:24 -07:00
parent b9a7f577a5
commit b20cc6b67e
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:application>
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</asmv3:windowsSettings>
</asmv3:application>