mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -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,
|
||||
op=lambda col: col.await_backup_completion(),
|
||||
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(
|
||||
on_failure
|
||||
|
|
Loading…
Reference in a new issue