diff --git a/applets/taskmanager/package/contents/ui/main.qml b/applets/taskmanager/package/contents/ui/main.qml --- a/applets/taskmanager/package/contents/ui/main.qml +++ b/applets/taskmanager/package/contents/ui/main.qml @@ -41,6 +41,12 @@ Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation + Plasmoid.onUserConfiguringChanged: { + if (plasmoid.userConfiguring) { + groupDialog.visible = false; + } + } + Layout.fillWidth: true Layout.fillHeight:true Layout.minimumWidth: tasks.vertical ? 0 : LayoutManager.preferredMinWidth()