chore: Add heavy score example to tui to see what it looks like with long output. Good enough as a step forward!

This commit is contained in:
2025-04-23 10:32:53 -04:00
parent d937ddca3a
commit 27f6ed97f9
6 changed files with 57 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ impl<T: Topology + std::fmt::Debug> ScoreListWidget<T> {
warn!("No Score selected, nothing to launch");
}
}
pub(crate) fn get_selected_score(&self) -> Option<Box<dyn Score<T>>> {
let list_read = self.list_state.read().unwrap();
if let Some(index) = list_read.selected() {