mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
exclude user events in db progress handler
This commit is contained in:
parent
3335f48b2e
commit
769b4d28a8
1 changed files with 1 additions and 1 deletions
|
@ -2311,7 +2311,7 @@ Couldn't contact Anki Online. Please check your internet connection.""")
|
|||
return
|
||||
self.setBusy()
|
||||
self.inDbHandler = True
|
||||
self.app.processEvents()
|
||||
self.app.processEvents(QEventLoop.ExcludeUserInputEvents)
|
||||
self.inDbHandler = False
|
||||
|
||||
def onDbFinished(self):
|
||||
|
|
Loading…
Reference in a new issue