From c204855a71a501ea679165647705e82136dc246a Mon Sep 17 00:00:00 2001 From: tisonhuang Date: Wed, 4 Mar 2026 19:48:32 +0800 Subject: [PATCH] fix(chat): hide export/transcribe/decrypt actions in standalone chat --- src/pages/ChatPage.tsx | 108 ++++++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 51 deletions(-) diff --git a/src/pages/ChatPage.tsx b/src/pages/ChatPage.tsx index 4cb0bd7..1cfc83f 100644 --- a/src/pages/ChatPage.tsx +++ b/src/pages/ChatPage.tsx @@ -3703,7 +3703,7 @@ function ChatPage(props: ChatPageProps) { )}
- {isGroupChatSession(currentSession.username) && ( + {!standaloneSessionWindow && isGroupChatSession(currentSession.username) && ( )} - - - + {!standaloneSessionWindow && ( + + )} + {!standaloneSessionWindow && ( + + )} + {!standaloneSessionWindow && ( + + )}