[macos, qt] workaround upstream rendering bug
All checks were successful
eden-license / license-header (pull_request) Successful in 21s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-29 09:43:22 +00:00
parent d19a7c3782
commit dfe0082b27
Signed by: Lizzie
GPG key ID: 00287378CADCAB13

View file

@ -49,5 +49,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<string>NSApplication</string> <string>NSApplication</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<string>True</string> <string>True</string>
<key>UIDesignRequiresCompatibility</key>
<true/> <!-- https://bugreports.qt.io/browse/QTBUG-138942 -->
</dict> </dict>
</plist> </plist>