Skip to content

Commit

Permalink
🐛 Fix Overlay UI app manifest that was preventing startup 🙁
Browse files Browse the repository at this point in the history
  • Loading branch information
hexawyz committed Oct 2, 2024
1 parent 01a27f1 commit de09180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exo/Ui/Exo.Overlay/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<asmv3:application>
<asmv3:windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:dpiAware>true/pm</ws2:dpiAware>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
<ws2:dpiAwareness>PerMonitorV2</ws2:dpiAwareness>
<ws2:longPathAware>true</ws2:longPathAware>
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
Expand Down

0 comments on commit de09180

Please sign in to comment.