Skip to content

applets/systemtray: Explicitly specify arguments in signal handlers

ivan tkachenko requested to merge work/r/systray-signals into master
  • applets/systemtray: Boolean value doesn't need == true/false

  • applets/systemtray: Explicitly specify arguments in signal handlers

Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.

Merge request reports