ThoreBor / Anki_Leaderboard

Anki 2.1 Add-On
https://ankiweb.net/shared/info/41708974
MIT License
49 stars 11 forks source link

Do not block UI on background sync #229

Closed abdnh closed 1 month ago

abdnh commented 8 months ago

This removes the .with_progress() call to make the sync truly a background sync. For Anki 23.10+, .without_collection() is also needed because QueryOp serialized by default.

ThoreBor commented 1 month ago

Sorry, for not responding earlier. Thanks for this! I'll merge it, even though I won't maintain this project anymore, but if somebody wants to fork the project and take it over this should be included.