From 1e461658b879ad90fa6ac1e355c25d274f42c3f5 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 14 Jan 2026 21:03:07 -0500 Subject: [PATCH] Hide "Reply in Thread" message action if we don't have threads enabled --- src/timeline/DelegateContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {