mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
Allow users to cancel out of theme selector (#310)
This commit is contained in:
@@ -202,6 +202,7 @@ export const App = ({ config, settings, cliVersion }: AppProps) => {
|
||||
onSelect={handleThemeSelect}
|
||||
onHighlight={handleThemeHighlight}
|
||||
settings={settings}
|
||||
setQuery={setQuery}
|
||||
/>
|
||||
</Box>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user