We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bb377 commit ba12da7Copy full SHA for ba12da7
1 file changed
src/state.rs
@@ -33,8 +33,8 @@ pub fn run_app(terminal: &mut Terminal<MyBackend>) -> io::Result<()> {
33
appsub.state.select(Some(0));
34
appsub.informations = informations;
35
}
36
- let appbar = AppBar::new();
37
appsub.settings_input[0] = utils::start_v2core();
+ let appbar = AppBar::new();
38
let mut local_page = Page::SubScribe;
39
let mut pages: Vec<Box<dyn App>> = vec![Box::new(appsub), Box::new(appbar)];
40
0 commit comments