Skip to content

[SystemTray] Fix handling of applet shortcuts

Eugene Popov requested to merge epopov/plasma-workspace:bug480173 into master

The documentation for GridView says: "Delegates are instantiated as needed and may be destroyed at any time. State should never be stored in a delegate.". Thus, if an applet has no delegate, the shortcut to activate this applet will not be handled. This MR ensures that the delegate for the applet is created before processing the shortcut.

BUG: 480173

Edited by Eugene Popov

Merge request reports