mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix the double warning for iterm. (#51)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user