default view config
This commit is contained in:
parent
2c5ed02f74
commit
a085499c0e
7 changed files with 37 additions and 12 deletions
|
|
@ -364,7 +364,7 @@ impl Application for App {
|
|||
|
||||
let mut tab = Tab::new(location, TabConfig::default());
|
||||
tab.dialog = Some(flags.kind.clone());
|
||||
tab.view = tab::View::List;
|
||||
tab.config.view = tab::View::List;
|
||||
|
||||
let mut app = App {
|
||||
core,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue