From 5d4529ccf9cfe05bb8228650029add645169cc24 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 8 May 2025 14:42:10 -0400 Subject: [PATCH] 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. --- src/chatbar/ChatBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatbar/ChatBar.qml b/src/chatbar/ChatBar.qml index c1787c2d4..29c97988c 100644 --- a/src/chatbar/ChatBar.qml +++ b/src/chatbar/ChatBar.qml @@ -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