mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
fix system override indicator (#450)
This commit is contained in:
@@ -342,17 +342,17 @@ export const App = ({
|
|||||||
justifyContent="space-between"
|
justifyContent="space-between"
|
||||||
width="100%"
|
width="100%"
|
||||||
>
|
>
|
||||||
{geminiMdFileCount > 0 && (
|
<Box>
|
||||||
<Box>
|
{process.env.GEMINI_SYSTEM_MD && (
|
||||||
{process.env.GEMINI_SYSTEM_MD && (
|
<Text color={Colors.AccentRed}>|⌐■_■| </Text>
|
||||||
<Text color={Colors.AccentRed}>|⌐■_■| </Text>
|
)}
|
||||||
)}
|
{geminiMdFileCount > 0 && (
|
||||||
<Text color={Colors.SubtleComment}>
|
<Text color={Colors.SubtleComment}>
|
||||||
Using {geminiMdFileCount} GEMINI.md file
|
Using {geminiMdFileCount} GEMINI.md file
|
||||||
{geminiMdFileCount > 1 ? 's' : ''}
|
{geminiMdFileCount > 1 ? 's' : ''}
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
)}
|
||||||
)}
|
</Box>
|
||||||
<Box>
|
<Box>
|
||||||
{showAutoAcceptIndicator && !shellModeActive && (
|
{showAutoAcceptIndicator && !shellModeActive && (
|
||||||
<AutoAcceptIndicator />
|
<AutoAcceptIndicator />
|
||||||
|
|||||||
Reference in New Issue
Block a user