mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04: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