mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix 'creating backup' showing for longer than necessary
This commit is contained in:
parent
d744a7cceb
commit
ab3a37ff71
1 changed files with 1 additions and 1 deletions
|
@ -1514,7 +1514,7 @@ title="{}" {}>{}</button>""".format(
|
||||||
parent=self,
|
parent=self,
|
||||||
op=lambda col: col.await_backup_completion(),
|
op=lambda col: col.await_backup_completion(),
|
||||||
success=on_success,
|
success=on_success,
|
||||||
).failure(on_failure).run_in_background()
|
).failure(on_failure).without_collection().run_in_background()
|
||||||
|
|
||||||
QueryOp(parent=self, op=backup, success=after_backup_started).failure(
|
QueryOp(parent=self, op=backup, success=after_backup_started).failure(
|
||||||
on_failure
|
on_failure
|
||||||
|
|
Loading…
Reference in a new issue