diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index b0991b468..691718dd1 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1996,7 +1996,8 @@ it to your friends. if sys.platform == "win32": # reuse our process handling code from latex anki.latex.call(["explorer", path.encode( - sys.getfilesystemencoding())]) + sys.getfilesystemencoding())], + wait=False) else: QDesktopServices.openUrl(QUrl("file://" + path))