mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
feat(accessibility): Add option to disable loading phrases (#745)
This commit is contained in:
@@ -399,7 +399,11 @@ export const App = ({
|
||||
) : (
|
||||
<>
|
||||
<LoadingIndicator
|
||||
currentLoadingPhrase={currentLoadingPhrase}
|
||||
currentLoadingPhrase={
|
||||
config.getAccessibility()?.disableLoadingPhrases
|
||||
? undefined
|
||||
: currentLoadingPhrase
|
||||
}
|
||||
elapsedTime={elapsedTime}
|
||||
/>
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user