nvda
47bf1dfb - Use commandline config path if provided when opening in explorer (PR #10911)

Commit
6 years ago
Use commandline config path if provided when opening in explorer (PR #10911) If NVDA config path is overridden on the command line and the user tries to open configuration directory via globalCommands the wrong profile is opened. Fix: globalVars.appArgs.configPath is used to retrieve actual config path falling back to config.getUserDefaultConfigPath() if the argument is not available. It may not be available if NVDA_slave is trying to open the directory.
Author
Parents
Loading