mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
don't close all dialogs on reset anymore
This commit is contained in:
parent
329096948b
commit
f4e262fdc3
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ An error occurred. Please copy the following message into a bug report.\n\n""" +
|
|||
self.viewsBackup = None
|
||||
|
||||
def reset(self, count=True):
|
||||
ui.dialogs.closeAll()
|
||||
if self.deck:
|
||||
self.deck.refresh()
|
||||
if count:
|
||||
|
|
Loading…
Reference in a new issue