diff --git a/frame/item/launcheritem.cpp b/frame/item/launcheritem.cpp index 2c8195e4f..b333a35ee 100644 --- a/frame/item/launcheritem.cpp +++ b/frame/item/launcheritem.cpp @@ -108,7 +108,7 @@ void LauncherItem::mouseReleaseEvent(QMouseEvent *e) QDBusPendingReply visibleReply = dbusSender.property("Visible").get(); if (!visibleReply.value()) - dbusSender.method("Show").call(); + dbusSender.method("Toggle").call(); } QWidget *LauncherItem::popupTips()