nvda
bc164e24 - Removed inappropriate pending install item when accessing NVDA menu through systray (#14523)

Commit
3 years ago
Removed inappropriate pending install item when accessing NVDA menu through systray (#14523) Summary of the issue: When accessing NVDA menu via the systray (enter or right click on the NVDA icon), the item "Install pending update" is present even if there is nothing to install. In the code, it appears that the function to evaluate whether this item should be present or not is called only when accessing NVDA menu via NVDA+N shortcut, not when accessing it via the systray icon. Description of user facing changes The item "Install pending update" will not be present anymore in NVDA menu when there is no pending update available. Description of development approach Moved the corresponding piece of code so that it is called in both scenarios.
Author
Parents
Loading