diff --git a/src/onboard/wizard.rs b/src/onboard/wizard.rs index aa3bcd7..f52a416 100644 --- a/src/onboard/wizard.rs +++ b/src/onboard/wizard.rs @@ -2695,7 +2695,7 @@ fn setup_channels() -> Result { let choice = Select::new() .with_prompt(" Connect a channel (or Done to continue)") .items(&options) - .default(11) + .default(options.len() - 1) .interact()?; match choice {