Merge pull request #388 from yjjheizhu/fix/modelpicker-1m-toggle-hint
fix: 在模型选择器中 1M 上下文关闭状态也显示 Space to toggle 提示
This commit is contained in:
commit
00da5d7d1a
|
|
@ -279,6 +279,7 @@ export function ModelPicker({
|
||||||
<Text color="subtle">
|
<Text color="subtle">
|
||||||
<EffortLevelIndicator effort={undefined} /> 1M context off
|
<EffortLevelIndicator effort={undefined} /> 1M context off
|
||||||
{focusedModelName ? ` for ${focusedModelName}` : ''}
|
{focusedModelName ? ` for ${focusedModelName}` : ''}
|
||||||
|
<Text color="subtle"> · Space to toggle</Text>
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user