feat: persist sort options for each location
This commit is contained in:
parent
68c4a8bb6a
commit
01bf55865c
4 changed files with 111 additions and 16 deletions
|
|
@ -916,7 +916,7 @@ impl Application for App {
|
|||
folders_first: false,
|
||||
..Default::default()
|
||||
};
|
||||
let mut tab = Tab::new(location, tab_config);
|
||||
let mut tab = Tab::new(location, tab_config, None);
|
||||
tab.mode = tab::Mode::Dialog(flags.kind.clone());
|
||||
tab.sort_name = tab::HeadingOptions::Modified;
|
||||
tab.sort_direction = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue