[PTRun]Fix scaling issues by setting per-monitor DPI aware (#32882)

* Made PT Launcher per-monitor DPI aware

* Added PerMonitor fallback
This commit is contained in:
Ani
2024-06-03 22:41:46 +02:00
committed by GitHub
parent e993ea3c64
commit 949df59c9e
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<UseWindowsForms>False</UseWindowsForms>
<StartupObject>PowerLauncher.App</StartupObject>
<ApplicationIcon>Assets\PowerLauncher\RunResource.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>