mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
Allow users to cancel out of theme selector (#310)
This commit is contained in:
parent
7d8392bab4
commit
61ccd4f33a
2 changed files with 9 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ export const App = ({ config, settings, cliVersion }: AppProps) => {
|
|||
onSelect={handleThemeSelect}
|
||||
onHighlight={handleThemeHighlight}
|
||||
settings={settings}
|
||||
setQuery={setQuery}
|
||||
/>
|
||||
</Box>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue