feat(cli): Add hideTips setting (#1524)

Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
Marcin Jahn
2025-06-30 01:56:37 +02:00
committed by GitHub
parent 1732e90d52
commit d1eb86581c
4 changed files with 46 additions and 2 deletions

View File

@@ -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) => (