Add ellipses to "Remove" message action

This doesn't apply instantly, it opens a dialog to confirm with you and
optionally add a message. According to the HIG (and just a good idea in
general) it should be marked with ellipses.
This commit is contained in:
Joshua Goins
2025-02-21 16:17:23 -05:00
parent 25dbae37fb
commit 614caf5ca0
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ KirigamiComponents.ConvergentContextMenu {
component RemoveMessageAction: Kirigami.Action {
visible: author.isLocalMember || currentRoom.canSendState("redact")
text: i18nc("@action:button", "Remove")
text: i18nc("@action:button", "Remove")
icon.name: "edit-delete-remove"
icon.color: "red"
onTriggered: {

View File

@@ -71,7 +71,7 @@ DelegateContextMenu {
Kirigami.Action {
visible: author.id === currentRoom.localMember.id || currentRoom.canSendState("redact")
text: i18n("Remove")
text: i18n("Remove")
icon.name: "edit-delete-remove"
icon.color: "red"
onTriggered: {