8000
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 3b36d68 commit 411b1c8Copy full SHA for 411b1c8
src/main/kotlin/com/coder/gateway/models/WorkspaceProjectIDE.kt
@@ -222,7 +222,7 @@ class WorkspaceProjectIDE(
222
223
logger.info("Successfully installed ${ideProductCode.productCode}-$ideBuildNumber on $hostname")
224
indicator.text = "Connecting..."
225
- indicator.text = ""
+ indicator.text2 = ""
226
227
return ideDir.toRawString()
228
}
0 commit comments