audit fix and code stability improvement

This commit is contained in:
2026-02-26 16:09:44 +01:00
parent 07ccf7ccc7
commit f76acd6256
5 changed files with 53 additions and 21 deletions

View File

@@ -229,7 +229,7 @@ fn main() -> Result<()> {
while let Ok(new_state) = telemetry_rx.try_recv() {
if let Some(log) = &new_state.log_event {
ui_state.logs.push(log.clone());
ui_state.add_log(log.clone());
debug!("Backend Log: {}", log);
} else {
ui_state.update(&new_state);