plugin-installation-manager-tool
plugin-installation-manager-tool copied to clipboard
[Improve code readability] Replace the two boolean variables that control the visibility of security warnings with a single boolean variable (#537)
Fixes #537
[Improve code readability] Replace the two boolean variables that control the visibility of security warnings with a single boolean variable (#537)
- Delete the old internal variable
showWarnings
and its existing getter read the negated value of the new variablehideWarnings
.
- [x] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue