mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
make sure browser sidebar refreshes on reset()
if items are modified in a sync, the sidebar needs to reflect it
This commit is contained in:
parent
d8b907e4e8
commit
00138c6ba0
1 changed files with 1 additions and 0 deletions
|
@ -819,6 +819,7 @@ class Browser(QMainWindow):
|
|||
return selected
|
||||
|
||||
def onReset(self):
|
||||
self.maybeRefreshSidebar()
|
||||
self.editor.setNote(None)
|
||||
self.search()
|
||||
|
||||
|
|
Loading…
Reference in a new issue