plugin-installation-manager-tool icon indicating copy to clipboard operation
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)

Open jiakuanghe opened this issue 1 year ago • 0 comments

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 variable hideWarnings.
  • [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

jiakuanghe avatar Mar 18 '23 20:03 jiakuanghe