forked from Roflin/gamenight
Refactored the connect flow and make canceling behavior more consistent.
This commit is contained in:
@@ -38,8 +38,7 @@ impl<'a> Flow<'a> for ListGamenights {
|
||||
|
||||
view_flows.push(Box::new(Exit::new()));
|
||||
|
||||
let choice = Select::new("What gamenight would you like to view?", view_flows)
|
||||
.prompt_skippable()?;
|
||||
let choice = Select::new("What gamenight would you like to view?", view_flows).prompt_skippable()?;
|
||||
|
||||
clear_screen::clear();
|
||||
handle_choice_option(&choice, self, state).await
|
||||
|
||||
Reference in New Issue
Block a user