mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix DPI scaling on Windows
the manifest appears to be very sensitive to changes closes #9744
This commit is contained in:
parent
73180a73da
commit
8b45f6a5f3
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
</security>
|
</security>
|
||||||
</trustInfo>
|
</trustInfo>
|
||||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
<windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
<windowsSettings>
|
||||||
<dpiAware>true</dpiAware>
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||||
</windowsSettings>
|
</windowsSettings>
|
||||||
</application>
|
</application>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue