adding icon for clear all button
This commit is contained in:
parent
441ec22542
commit
e355f28146
1 changed files with 2 additions and 2 deletions
|
@ -513,8 +513,8 @@ Item {
|
|||
}
|
||||
},
|
||||
Kirigami.Action {
|
||||
text: "Clear"
|
||||
icon.name: "recycle"
|
||||
text: "Clear All"
|
||||
icon.name: "list-remove-all"
|
||||
onTriggered: {
|
||||
showPassiveNotification("clearing all items");
|
||||
ServiceItemModel.clearAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue