mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 22:50:14 +03:00
disable Tasks separator
-- I havent found a good way to interact the internal Tasks separator with the parabolic effect
This commit is contained in:
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…
x
Reference in New Issue
Block a user