diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-02-01 15:38:03 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-02-01 15:38:03 +0100 |
commit | 051b481710f069d967f3b441798930d59a67030b (patch) | |
tree | 1dc54dc5b6a2b4eafb93abb4d169b4081a4f46e8 /res | |
parent | ad9594824ab1daf8956fc45ec4170568ae049443 (diff) | |
download | engarde-importer-051b481710f069d967f3b441798930d59a67030b.tar.gz engarde-importer-051b481710f069d967f3b441798930d59a67030b.tar.bz2 engarde-importer-051b481710f069d967f3b441798930d59a67030b.zip |
[Windows] DPI Awareness: System
Diffstat (limited to '')
-rw-r--r-- | res/engarde-importer.exe.manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/engarde-importer.exe.manifest b/res/engarde-importer.exe.manifest index f326fce..a6ef616 100644 --- a/res/engarde-importer.exe.manifest +++ b/res/engarde-importer.exe.manifest @@ -24,8 +24,8 @@ </compatibility> <asmv3:application> <asmv3:windowsSettings> - <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> - <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness> + <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> + <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness> <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage> </asmv3:windowsSettings> </asmv3:application> |