Skip to content

applets/timer: fix plasmoid/PlasmoidItem

Christoph Wolk requested to merge cwo/kdeplasma-addons:timer_appletitem into master

The timer applet tries to access the tooltip text and fullrepresentationItem properties through the plasmoid context property, but these are not properties of the applet, but of the PlasmoidItem.

Instead access them through the PlasmoidItem's id.

Merge request reports

Loading