disable Tasks separator

-- I havent found a good way to interact the internal
Tasks separator with the parabolic effect
pull/1/head
Michail Vourlakos 8 years ago
parent adba5b6f2a
commit e964d07e6e

@ -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: {

Loading…
Cancel
Save