-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in Anki 23.10 #85
Comments
Yes, I meant 23.10. I just fixed the post! |
Thanks, you can fix the title, too. |
Just wanted to provide the debug information, although it probably is easy to reproduce and different on other devices. |
I have made this add-on work with PyQt6 and describe how to do it below. How to reproduce
# before
from PyQt6.QtWidgets import QMenu, QShortcut
# after
from PyQt6.QtWidgets import QMenu
...
from aqt.qt import QShortcut
( Edit: or just download patched addon file from here ) |
I checked that above procedures work with original pop-up dictionary code. I'll create pull request for this soon. |
Seems like it's already available as Patreon content. |
Problem description
Hello!
First of all, I really like this add-on and I would like to thank you.
My issue is that ANKI 23.10 version came out today and this addon does not work.
I would really appreciate it if you could update it.
Have a good day!
Checklist
Please replace the space inside the brackets with an x if the following items apply:
Information about your Anki set-up
Please open Anki, go to Help → About, click on "Copy Debug Info", and paste the result between the backticks below (if the button does not appear you are using an older version of Anki 2.1 and will need to update first):
Error message (if any)
If you've received an error message, please copy and paste it between the backticks below:
The text was updated successfully, but these errors were encountered: