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 {
|
Kirigami.Action {
|
||||||
text: "Clear"
|
text: "Clear All"
|
||||||
icon.name: "recycle"
|
icon.name: "list-remove-all"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
showPassiveNotification("clearing all items");
|
showPassiveNotification("clearing all items");
|
||||||
ServiceItemModel.clearAll();
|
ServiceItemModel.clearAll();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue