Remove QT_MAC_WANTS_LAYER as we are on pyside 6 now

This commit is contained in:
Miguel Jacq 2023-10-23 15:17:42 +11:00
parent f880a931bb
commit 969d02c90b
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9

View file

@ -144,10 +144,6 @@ def main():
common = Common()
common.display_banner()
# Required for macOS Big Sur: https://stackoverflow.com/a/64878899
if common.platform == "Darwin":
os.environ["QT_MAC_WANTS_LAYER"] = "1"
# Start the Qt app
global qtapp
qtapp = Application(common)