Skip to content

Commit 1bd9e81

Browse files
committed
Fix app manifest
1 parent b54b00a commit 1bd9e81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Flow.Launcher/app.manifest

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@
4949
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
5050
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
5151
also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->
52-
<!--
53-
<application xmlns="urn:schemas-microsoft-com:asm.v3">
52+
<application xmlns="urn:schemas-microsoft-com:asm.v3">
5453
<windowsSettings>
5554
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
55+
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
5656
</windowsSettings>
5757
</application>
58-
-->
5958

6059
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
6160
<dependency>

0 commit comments

Comments
 (0)