From e964d07e6e3513a394e29905bb725efa5fd90120 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 4 May 2017 21:06:30 +0300 Subject: [PATCH] disable Tasks separator -- I havent found a good way to interact the internal Tasks separator with the parabolic effect --- shell/contents/configuration/TweaksConfig.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: {