mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Merge 5d89b8b3d0 into 8f2144534b
This commit is contained in:
commit
0e7bb9e23c
2 changed files with 2 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ Eltaurus <https://github.com/Eltaurus-Lt>
|
||||||
jariji
|
jariji
|
||||||
Francisco Esteva <fr.esteva@duocuc.cl>
|
Francisco Esteva <fr.esteva@duocuc.cl>
|
||||||
SelfishPig <https://github.com/SelfishPig>
|
SelfishPig <https://github.com/SelfishPig>
|
||||||
|
Michael Lappas <https://github.com/michaellappas>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,7 @@ class MediaSyncer:
|
||||||
elif is_periodic_sync:
|
elif is_periodic_sync:
|
||||||
print(str(exc))
|
print(str(exc))
|
||||||
else:
|
else:
|
||||||
|
self._update_progress(tr.sync_media_failed())
|
||||||
show_info(str(exc), modality=Qt.WindowModality.NonModal)
|
show_info(str(exc), modality=Qt.WindowModality.NonModal)
|
||||||
|
|
||||||
def abort(self) -> None:
|
def abort(self) -> None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue