We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello and thank you for the amazing add-on
I got the following error:
Hey there! It seems an error has occurred while running.
The error was type object 'QLineEdit' has no attribute 'Normal'.
This happened after I fixed remote decks menu not showing. I tried to add a new remote deck and then it showed this message. I hope someone can help.
The text was updated successfully, but these errors were encountered:
Same error here, did anyone find a fix yet? For me it started with the most recent Anki update.
Sorry, something went wrong.
Same here.
in main.py on line 125
Change QLineEdit.Normal to QLineEdit.EchoMode.Normal
QLineEdit.Normal
QLineEdit.EchoMode.Normal
No branches or pull requests
Hello and thank you for the amazing add-on
I got the following error:
Hey there! It seems an error has occurred while running.
The error was type object 'QLineEdit' has no attribute 'Normal'.
This happened after I fixed remote decks menu not showing. I tried to add a new remote deck and then it showed this message. I hope someone can help.
The text was updated successfully, but these errors were encountered: