Skip to content

Commit ba12da7

Browse files
author
cht
committed
调整一下顺序
1 parent 28bb377 commit ba12da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pub fn run_app(terminal: &mut Terminal<MyBackend>) -> io::Result<()> {
3333
appsub.state.select(Some(0));
3434
appsub.informations = informations;
3535
}
36-
let appbar = AppBar::new();
3736
appsub.settings_input[0] = utils::start_v2core();
37+
let appbar = AppBar::new();
3838
let mut local_page = Page::SubScribe;
3939
let mut pages: Vec<Box<dyn App>> = vec![Box::new(appsub), Box::new(appbar)];
4040

0 commit comments

Comments
 (0)