diff --git a/src/timeline/DelegateContextMenu.qml b/src/timeline/DelegateContextMenu.qml index f32dce038..d41c9595d 100644 --- a/src/timeline/DelegateContextMenu.qml +++ b/src/timeline/DelegateContextMenu.qml @@ -173,7 +173,7 @@ KirigamiComponents.ConvergentContextMenu { Kirigami.Action { id: replyThreadAction - visible: root.messageComponentType !== MessageComponentType.Other || NeoChatConfig.relateAnyEvent + visible: (root.messageComponentType !== MessageComponentType.Other || NeoChatConfig.relateAnyEvent) && NeoChatConfig.threads text: i18nc("@action:inmenu", "Reply in Thread") icon.name: "dialog-messages" onTriggered: {