mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
superfluous reset hook in overview
This commit is contained in:
parent
34b56b5003
commit
6323633f65
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class Overview(object):
|
|||
self.mw = mw
|
||||
self.web = mw.web
|
||||
self.bottom = aqt.toolbar.BottomBar(mw, mw.bottomWeb)
|
||||
addHook("reset", self.refresh)
|
||||
|
||||
def show(self):
|
||||
self.web.setLinkHandler(self._linkHandler)
|
||||
|
|
Loading…
Reference in a new issue