Add UI messages when an action cannot be performed (#13500)
Closes #6549
Summary of the issue:
Some UI messages are missing when an action cannot be performed.
If a user should be notified if they cannot perform an action due to being in secure mode, using the windows store version or a modal dialog is blocking.
Description of how this pull request fixes the issue:
The following ui messages have been added and implemented:
- Not available in Windows Store version
- Not available in secure context
- Not available while dialog response required
These were found by searching for usages of config.isAppX, globalVars.appArgs.secure and isModalMessageBoxActive, respectively.