We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce5c78 commit 8b71c3eCopy full SHA for 8b71c3e
1 file changed
src/subscribe/state.rs
@@ -44,7 +44,6 @@ pub(super) async fn subscribe_state(app: &mut AppSub) -> io::Result<IFEXIT> {
44
utils::create_json_file(utils::Save::Storage, storge)
45
.unwrap_or_else(|err| panic!("err {}", err));
46
app.subsindex = 0;
47
- app.state[0].select(Some(0));
48
app.stateoflist = true;
49
}
50
app.receiver = None;
0 commit comments