Unlucky-Life / ankimon

Ankimon is a Anki Addon to Gamify your learning experience
Other
41 stars 5 forks source link

The battle sound plays even when both the sound and battle_sound options are disabled. #28

Closed Foxy-null closed 4 months ago

Foxy-null commented 4 months ago

Disabling sound effects in the options and restarting did not make them disappear, but after continuing to review the cards for several hours, the sound effects were gone without me noticing. It's strange, but until someone else with the same symptoms comes along, I'll close this issue.

Unlucky-Life commented 4 months ago

@Foxy-null

Seems like i found the issue ! I was missing a config check for battle cries:

Please redownload this file: https://github.com/Unlucky-Life/ankimon/blob/b66509a8004db069cfce4ef826ca7e031ee265d7/src/Ankimon/__init__.py

And overwrite the init.py file in the ankimon addon folder. I hope this should solve the issue.

Foxy-null commented 4 months ago

Thank you so much. I'll try that later when I get home!