mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
progress window to backup
This commit is contained in:
parent
dd772c0d5e
commit
e2a8b8a8e7
1 changed files with 2 additions and 0 deletions
|
@ -266,7 +266,9 @@ how to restore from a backup.""")
|
||||||
self.maybeOptimize()
|
self.maybeOptimize()
|
||||||
self.col.close()
|
self.col.close()
|
||||||
self.col = None
|
self.col = None
|
||||||
|
self.progress.start(immediate=True)
|
||||||
self.backup()
|
self.backup()
|
||||||
|
self.progress.finish()
|
||||||
|
|
||||||
# Backup and auto-optimize
|
# Backup and auto-optimize
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue