mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
bugfix
This commit is contained in:
parent
d53ac03b7b
commit
f3f68a496b
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ day = :d""", d=yesterday)
|
|||
if self.progressWins:
|
||||
parent = self.progressWins[-1]
|
||||
p = ui.utils.ProgressWin(parent, max, min, title)
|
||||
self.progressWins.append(ui.utils.ProgressWin(parent, max, min, title))
|
||||
self.progressWins.append(p)
|
||||
|
||||
def onUpdateProgress(self, label=None, value=None):
|
||||
if self.mainThread != QThread.currentThread():
|
||||
|
|
Loading…
Reference in a new issue