Development into Master #10

Merged
michael-bailey merged 102 commits from Development into master 2021-08-03 20:53:15 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 9b5912f9eb - Show all commits

View File

@ -57,7 +57,9 @@ pub fn control_panel(s: &mut Cursive) -> Box<dyn View> {
)
)
)
.child()
.child(
ListView::new()
)
)
)
)