Allow returning to menu from BootSetup
This commit is contained in:
parent
fe12b3c4e2
commit
561d57d9a2
1 changed files with 2 additions and 2 deletions
|
|
@ -362,8 +362,8 @@ impl App {
|
||||||
self.action_tx.send(Action::NextScreen)?;
|
self.action_tx.send(Action::NextScreen)?;
|
||||||
}
|
}
|
||||||
Mode::BootSetup => {
|
Mode::BootSetup => {
|
||||||
//let new_mode = self.next_mode();
|
let new_mode = self.next_mode();
|
||||||
//self.action_tx.send(Action::SetMode(new_mode))?;
|
self.action_tx.send(Action::SetMode(new_mode))?;
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue