diff --git a/ankiqt/__init__.py b/ankiqt/__init__.py index 75236a6a0..60f65c647 100644 --- a/ankiqt/__init__.py +++ b/ankiqt/__init__.py @@ -188,14 +188,5 @@ def run(): app.exec_() - if sys.platform.startswith("darwin"): - # buggy on osx - from anki.sound import stopMplayer - stopMplayer() - os._exit(0) - else: - # ensure we kill any other threads - sys.exit(0) - if __name__ == "__main__": run()