From 969d02c90b62c5c39037be18c361b0c52b671e2e Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 23 Oct 2023 15:17:42 +1100 Subject: Remove QT_MAC_WANTS_LAYER as we are on pyside 6 now --- desktop/onionshare/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desktop/onionshare/__init__.py b/desktop/onionshare/__init__.py index 537e3802..72491e7f 100644 --- a/desktop/onionshare/__init__.py +++ b/desktop/onionshare/__init__.py @@ -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) -- cgit v1.2.3-54-g00ecf