diff --git a/shell/package/contents/applet/CompactApplet.qml b/shell/package/contents/applet/CompactApplet.qml index aa5ebf4a6..d646012db 100644 --- a/shell/package/contents/applet/CompactApplet.qml +++ b/shell/package/contents/applet/CompactApplet.qml @@ -129,9 +129,11 @@ PlasmaCore.ToolTipArea { } }*/ + //! This timer is needed in order for the applet popup to not reshow instantly and faulty after the user + //! clicks compact representation to hide it Timer { id: expandedSync - interval: 100 + interval: 500 onTriggered: plasmoid.expanded = popupWindow.visible; }