diff --git a/shell/contents/configuration/TweaksConfig.qml b/shell/contents/configuration/TweaksConfig.qml index 4ec71d972..20ade4685 100644 --- a/shell/contents/configuration/TweaksConfig.qml +++ b/shell/contents/configuration/TweaksConfig.qml @@ -218,7 +218,10 @@ PlasmaComponents.Page { iconSource: plasmoid.configuration.hasInternalSeparator ? "edit-delete" : "list-add" text: i18n("Tasks Separator") Layout.alignment: Qt.AlignLeft - visible: dock.tasksPresent() + //The Tasks separator adds a lot of complexity in the parabolic effect + //signaling... For now I disable it and in the future if a better way + //is found to support it with the parabolic effect we can enable it again + visible: false //dock.tasksPresent() // tooltip: i18n("Add a separator for tasks") onClicked: {