mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00: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