adding icon for clear all button

This commit is contained in:
Chris Cochrun 2023-01-27 16:45:10 -06:00
parent 441ec22542
commit e355f28146

View file

@ -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();