diff --git a/aqt/main.py b/aqt/main.py index 56fe1ab42..7f2266cb9 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -140,6 +140,8 @@ class AnkiQt(QMainWindow): self.refreshProfilesList() # raise first, for osx testing d.show() + d.activateWindow() + d.raise_() def refreshProfilesList(self): f = self.profileForm