mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
avoid duplicate reset in overview
This commit is contained in:
parent
4d5908dc20
commit
83adfb60cf
1 changed files with 0 additions and 1 deletions
|
|
@ -651,7 +651,6 @@ from the profile screen."
|
|||
def _overviewState(self, oldState: str) -> None:
|
||||
if not self._selectedDeck():
|
||||
return self.moveToState("deckBrowser")
|
||||
self.col.reset()
|
||||
self.overview.show()
|
||||
|
||||
def _reviewState(self, oldState):
|
||||
|
|
|
|||
Loading…
Reference in a new issue