Settings overhaul, part of #321
This commit is contained in:
parent
9a02c0f9f4
commit
60743ed251
33 changed files with 170 additions and 503 deletions
|
|
@ -698,12 +698,12 @@ impl Application for App {
|
|||
let tab_config = TabConfig {
|
||||
view: tab::View::List,
|
||||
folders_first: false,
|
||||
sort_name: tab::HeadingOptions::Modified,
|
||||
sort_direction: false,
|
||||
..Default::default()
|
||||
};
|
||||
let mut tab = Tab::new(location, tab_config);
|
||||
tab.mode = tab::Mode::Dialog(flags.kind.clone());
|
||||
tab.sort_name = tab::HeadingOptions::Modified;
|
||||
tab.sort_direction = false;
|
||||
|
||||
let mut app = App {
|
||||
core,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue