Merge pull request #1791 from onionshare/remove_qt_mac_wants_layer

Remove QT_MAC_WANTS_LAYER as we are on pyside 6 now
This commit is contained in:
Saptak Sengupta 2023-12-13 15:10:14 +05:30 committed by GitHub
commit 3f180e2aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)