[kcms/virtualdesktops] Change delete icon
This commit is contained in:
parent
8a699ef187
commit
e72a555247
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ KCM.ScrollViewKCM {
|
|||
},
|
||||
Kirigami.Action {
|
||||
enabled: model && !model.IsMissing && desktopsList.count !== 1
|
||||
iconName: "edit-delete-remove"
|
||||
iconName: "edit-delete"
|
||||
tooltip: i18nc("@info:tooltip", "Remove")
|
||||
onTriggered: kcm.desktopsModel.removeDesktop(model.Id)
|
||||
}]
|
||||
|
|
Loading…
Reference in a new issue