mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 11:17:27 -03:00
Remove QT_MAC_WANTS_LAYER as we are on pyside 6 now
This commit is contained in:
parent
f880a931bb
commit
969d02c90b
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue