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