mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
raise profile window on macos
otherwise profile manager opens without focus
This commit is contained in:
parent
386329fc09
commit
e7607608c8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue