Replace the "Send a Location" button icon with a more fitting one

"globe" is super generic, "mark-location" is way more fitting - not only
in name but also in appearance.
This commit is contained in:
Joshua Goins
2025-05-08 14:42:10 -04:00
parent baa214df0e
commit 5d4529ccf9

View File

@@ -103,7 +103,7 @@ QQC2.Control {
},
Kirigami.Action {
id: mapButton
icon.name: "globe"
icon.name: "mark-location-symbolic"
property bool isBusy: false
text: i18n("Send a Location")
displayHint: QQC2.AbstractButton.IconOnly