mltony / nvda-sentence-nav

SentenceNav is an NVDA add-on that allows you to read text by sentences, as opposed to by paragraphs or words.
GNU General Public License v2.0
13 stars 8 forks source link

Fix menu removal (+ add pythonSources definition in buildVars.py) #6

Closed CyrilleB79 closed 5 years ago

CyrilleB79 commented 5 years ago

Hello Tony

Here is a PR to fix the following bug;

Steps to reproduce:

Expected behaviour: Only one "SentenceNav..." is present in the menu.

Actual behaviour: 2 items labelled "SentenceNav..." are present in the menu (and always more if you reload addons again and again...)

Regards,

Cyrille

CyrilleB79 commented 5 years ago

PS: I have also updated the buildVars.py with correct pythonSources so that the addon be built again if you modyfy the sentenceÑav.py file.

mltony commented 5 years ago

@CyrilleB79, thank you for your pull request!