Fix the double warning for iterm. (#51)

This commit is contained in:
Allen Hutchison 2025-04-19 07:02:12 -07:00 committed by GitHub
parent ce1c83da89
commit d9ad2a74ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -145,12 +145,6 @@ export const App = ({ directory }: AppProps) => {
/>
)}
{process.env.TERM_PROGRAM === 'iTerm.app' && (
<Box marginTop={1}>
<Text dimColor>Note: Flickering may occur in iTerm.</Text>
</Box>
)}
<Footer queryLength={query.length} />
<ITermDetectionWarning />
</Box>