Skip to content

Commit 4f16a11

Browse files
committed
Revert "Fix blurry situation when changed dpi in some case"
This reverts commit 2869812.
1 parent 5c6f539 commit 4f16a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/app.manifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@
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+
<!--
5253
<application xmlns="urn:schemas-microsoft-com:asm.v3">
5354
<windowsSettings>
5455
<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+
-->
5859

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

0 commit comments

Comments
 (0)