mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-18 13:24:12 -05: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 = Common()
|
||||||
common.display_banner()
|
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
|
# Start the Qt app
|
||||||
global qtapp
|
global qtapp
|
||||||
qtapp = Application(common)
|
qtapp = Application(common)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user