fix, sciter, change_id

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-06-25 13:14:21 +08:00
parent 98e87d0c54
commit c468b48619
2 changed files with 21 additions and 3 deletions

View File

@@ -542,6 +542,7 @@ impl UI {
}
fn change_id(&self, id: String) {
reset_async_job_status();
let old_id = self.get_id();
change_id_shared(id, old_id);
}