Start to make dynamic interfaces work

This commit is contained in:
Michael Mikovsky
2025-12-21 00:35:28 -07:00
parent 1ea26641d6
commit c7d66c5560
26 changed files with 720 additions and 296 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ impl LogViewer {
state_lock.requested_data = true;
// crate::log(&format!("{e:?}"));
});
})
.unwrap();
}
}