mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
feat(cli): respect the NO_COLOR env variable (#772)
This commit is contained in:
@@ -136,7 +136,7 @@ export const App = ({
|
||||
openThemeDialog,
|
||||
handleThemeSelect,
|
||||
handleThemeHighlight,
|
||||
} = useThemeCommand(settings, setThemeError);
|
||||
} = useThemeCommand(settings, setThemeError, addItem);
|
||||
|
||||
useEffect(() => {
|
||||
if (config) {
|
||||
|
||||
Reference in New Issue
Block a user