mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
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:
commit
3f180e2aa7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user