mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05: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
|
self.viewsBackup = None
|
||||||
|
|
||||||
def reset(self, count=True):
|
def reset(self, count=True):
|
||||||
ui.dialogs.closeAll()
|
|
||||||
if self.deck:
|
if self.deck:
|
||||||
self.deck.refresh()
|
self.deck.refresh()
|
||||||
if count:
|
if count:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue