Better UI

This commit is contained in:
jif-oai
2025-10-16 14:15:24 +01:00
parent 54b9436699
commit 010dfa7751
3 changed files with 117 additions and 158 deletions

View File

@@ -355,7 +355,6 @@ impl InftyOrchestrator {
state.waiting_for_signal = true;
if let Some(p) = self.progress_ref() {
p.objective_posted(objective);
p.waiting_for_solver();
}
}
Ok(())