1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-28 18:50:40 +03:00

update icons for Tasks internal separator

This commit is contained in:
Michail Vourlakos 2017-04-27 20:54:25 +03:00
parent 574f2aedcb
commit 3bac6d325e

View File

@ -215,7 +215,7 @@ PlasmaComponents.Page {
}
}
PlasmaComponents.Button {
iconSource: plasmoid.configuration.hasInternalSeparator ? "remove" : "add"
iconSource: plasmoid.configuration.hasInternalSeparator ? "edit-delete" : "list-add"
text: i18n("Tasks Separator")
Layout.alignment: Qt.AlignLeft
visible: dock.tasksPresent()