mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
hide main window when profile diag shown
This commit is contained in:
parent
aedde9bd4f
commit
19faea87b4
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ Are you sure?"""):
|
||||||
self.pm.profile['mainWindowState'] = self.saveState()
|
self.pm.profile['mainWindowState'] = self.saveState()
|
||||||
self.pm.save()
|
self.pm.save()
|
||||||
self.pm.profile = None
|
self.pm.profile = None
|
||||||
|
self.hide()
|
||||||
if browser:
|
if browser:
|
||||||
self.showProfileManager()
|
self.showProfileManager()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue