mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat(cli): Add hideTips setting (#1524)
Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
@@ -584,7 +584,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
||||
items={[
|
||||
<Box flexDirection="column" key="header">
|
||||
<Header terminalWidth={terminalWidth} />
|
||||
<Tips config={config} />
|
||||
{!settings.merged.hideTips && <Tips config={config} />}
|
||||
{updateMessage && <UpdateNotification message={updateMessage} />}
|
||||
</Box>,
|
||||
...history.map((h) => (
|
||||
|
||||
Reference in New Issue
Block a user