diff --git a/ui-tui/src/components/appLayout.tsx b/ui-tui/src/components/appLayout.tsx index f13adf1bbd..e1a4b558a4 100644 --- a/ui-tui/src/components/appLayout.tsx +++ b/ui-tui/src/components/appLayout.tsx @@ -6,6 +6,7 @@ import type { AppLayoutProgressProps, AppLayoutProps } from '../app/interfaces.j import { $isBlocked } from '../app/overlayStore.js' import { $uiState } from '../app/uiStore.js' import { PLACEHOLDER } from '../content/placeholders.js' +import { isMac } from '../lib/platform.js' import type { Theme } from '../theme.js' import type { DetailsMode } from '../types.js' @@ -235,6 +236,7 @@ const ComposerPane = memo(function ComposerPane({ {'> '} - + )