mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
fix crash when opening profile from profile manager
This commit is contained in:
parent
76e508e25d
commit
017984c15c
1 changed files with 1 additions and 1 deletions
|
@ -153,8 +153,8 @@ class AnkiQt(QMainWindow):
|
|||
if not self.openProfile():
|
||||
showWarning(_("Invalid password."))
|
||||
return
|
||||
self.profileDiag.close()
|
||||
self.loadProfile()
|
||||
self.profileDiag.close()
|
||||
return True
|
||||
|
||||
def profileNameOk(self, str):
|
||||
|
|
Loading…
Reference in a new issue