From 0b67498ba5c5e5eb722fbf01c10278bb2a8c6db2 Mon Sep 17 00:00:00 2001 From: Sanidhya Singh <91531068+sanidhyasin@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:30:51 +0530 Subject: [PATCH] fix(desktop): restore Cmd/Ctrl+T new chat shortcut (#9614) Signed-off-by: Douwe M Osinga Co-authored-by: Douwe M Osinga --- ui/desktop/src/constants/events.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/desktop/src/constants/events.ts b/ui/desktop/src/constants/events.ts index 69f26aeb2..026d00d02 100644 --- a/ui/desktop/src/constants/events.ts +++ b/ui/desktop/src/constants/events.ts @@ -11,7 +11,6 @@ export enum AppEvents { SESSION_STATUS_UPDATE = 'session-status-update', ADD_ACTIVE_SESSION = 'add-active-session', CLEAR_INITIAL_MESSAGE = 'clear-initial-message', - TRIGGER_NEW_CHAT = 'trigger-new-chat', MESSAGE_STREAM_FINISHED = 'message-stream-finished', SCROLL_CHAT_TO_BOTTOM = 'scroll-chat-to-bottom', HIDE_ALERT_POPOVER = 'hide-alert-popover',