We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0b5f7 commit eb5a89dCopy full SHA for eb5a89d
core/src/main/kotlin/cc/unitmesh/devti/gui/chat/ui/AutoDevInput.kt
@@ -87,9 +87,9 @@ class AutoDevInput(
87
AutoInputService.getInstance(project).registerAutoDevInput(this)
88
isOneLineMode = false
89
if (showAgent) {
90
- placeholder("chat.panel.initial.text.noAgent", this)
91
- } else {
92
placeholder("chat.panel.initial.text", this)
+ } else {
+ placeholder("chat.panel.initial.text.noAgent", this)
93
}
94
setFontInheritedFromLAF(true)
95
addSettingsProvider {
0 commit comments