From 2eb26ffbb3795b6e14b318177497c4b51e4b3e9d Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 5 Oct 2023 11:13:09 +0200 Subject: [PATCH] Fix typo --- src/qml/MessageDelegateContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/MessageDelegateContextMenu.qml b/src/qml/MessageDelegateContextMenu.qml index 3b8d76a76..611b18201 100644 --- a/src/qml/MessageDelegateContextMenu.qml +++ b/src/qml/MessageDelegateContextMenu.qml @@ -120,7 +120,7 @@ Loader { root.connection.room(targetRoomId).postHtmlMessage(root.plainText, root.htmlText.length > 0 ? root.htmlText : root.plainText) page.closeDialog() }) - g + } }, Kirigami.Action { visible: author.isLocalUser || currentRoom.canSendState("redact")