Skip to content

applets/taskmanager: simplify right press handling

Fushan Wen requested to merge work/fuf/simplifytimer into master

Unfortunately, Taphandler's pressed event only triggers when the press is lifted for RMB on Wayland, so we need to use the longPressed signal since it triggers when the button is first pressed.

Merge request reports