Update control_panel.rs
fixed issue where i didnt put anything into a child function call
This commit is contained in:
parent
f021804521
commit
1e75844ee9
|
|
@ -57,7 +57,9 @@ pub fn control_panel(s: &mut Cursive) -> Box<dyn View> {
|
|||
)
|
||||
)
|
||||
)
|
||||
.child()
|
||||
.child(
|
||||
ListView::new()
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue