Skip to content

Commit 8b71c3e

Browse files
author
cht
committed
remove select 0
1 parent 2ce5c78 commit 8b71c3e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/subscribe/state.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ pub(super) async fn subscribe_state(app: &mut AppSub) -> io::Result<IFEXIT> {
4444
utils::create_json_file(utils::Save::Storage, storge)
4545
.unwrap_or_else(|err| panic!("err {}", err));
4646
app.subsindex = 0;
47-
app.state[0].select(Some(0));
4847
app.stateoflist = true;
4948
}
5049
app.receiver = None;

0 commit comments

Comments
 (0)