glutanimate / highlight-search-results

Highlight Search Results in the Browser add-on for Anki
https://ankiweb.net/shared/info/225180905
Other
13 stars 5 forks source link

Update platform.py #23

Closed jcznk closed 11 months ago

jcznk commented 11 months ago

Hi @glutanimate, the console was pointing out that isMac and isWin are deprecated, and that they should be replaced with is_mac and is_win, so I updated platform.py accordingly.

glutanimate commented 11 months ago

Good catch, thanks!

FWIW, is_mac and is_win are fairly new additions, so for the add-on to remain compatible with older Anki releases (without uploading multiple different version on AnkiWeb) it will have to check for the availability of the respective APIs. Will push a follow-up commit to that regard.