mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
set reviewing started at start to avoid errors
This commit is contained in:
parent
0c2f62acb5
commit
ec287445a5
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class AnkiQt(QMainWindow):
|
|||
QMainWindow.__init__(self)
|
||||
self.errorOccurred = False
|
||||
self.inDbHandler = False
|
||||
self.reviewingStarted = False
|
||||
if sys.platform.startswith("darwin"):
|
||||
qt_mac_set_menubar_icons(False)
|
||||
ankiqt.mw = self
|
||||
|
|
Loading…
Reference in a new issue