Skip to content

Commit 5cd8512

Browse files
committed
Set progress indicator as determined
1 parent 0e3ca46 commit 5cd8512

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderAuthStepView.kt

+2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ class CoderAuthStepView : CoderWorkspacesWizardStep, Disposable {
8686
model.token = pastedToken
8787
val authTask = object : Task.Modal(null, CoderGatewayBundle.message("gateway.connector.view.login.cli.downloader.dialog.title"), false) {
8888
override fun run(pi: ProgressIndicator) {
89+
8990
pi.apply {
91+
isIndeterminate = false
9092
text = "Downloading coder cli..."
9193
fraction = 0.1
9294
}

0 commit comments

Comments
 (0)