kaegi / MorphMan

Anki plugin that reorders language cards based on the words you know
Other
258 stars 66 forks source link

Progress bar for Readability Analyzer not working #301

Open IshiRenga opened 11 months ago

IshiRenga commented 11 months ago

I noticed this issue with when I had originally upgraded to the Qt 6 version of Anki, which seemed to have broken all of the progress bars for morphman, here being the readability analyzer one: image In the most recent update, the one for recalcing was fixed, but this one was not.

Version ⁨2.1.61 (0c1eaf4c)⁩ Python 3.9.15 Qt 6.4.2 PyQt 6.4.0

mortii commented 11 months ago

The onAnalyze() runs on the main thread which causes the UI to freeze. I'll try to fix it when I have the time. Does the rest of the Readability Analyzer work fine for you?

IshiRenga commented 11 months ago

Yes, the Readability Analyzer works correctly otherwise. Only the progress bar doesn't work for me.