lambda-nvda / lambdaNvda

NVDA Add-On for LAMBDA Software
GNU General Public License v2.0
5 stars 4 forks source link

Question: If the the app module can run on secure screens, don't write config #40

Closed nvdaes closed 7 years ago

nvdaes commented 7 years ago

The add-on performs lp.write(). If it can be run on secure screens, for instance if Lambda app can do it and the add-on is copied on the NVDA system config, don't write settings, as done in NVDA's core.

albzan commented 7 years ago

The appModule can't run in secure desktop because Lambda.exe is not a service.