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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user