Use file_fmt in explorer activity

This commit is contained in:
veeso
2021-01-23 16:26:25 +01:00
parent 7a9ee697ff
commit 56c580fc80
2 changed files with 15 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ impl FileTransferActivity {
.with_group_dirs(cli.get_group_dirs())
.with_hidden_files(cli.get_show_hidden_files())
.with_stack_size(16)
.with_formatter(cli.get_file_fmt().as_deref())
.build(),
None => FileExplorerBuilder::new() // Build default
.with_file_sorting(FileSorting::ByName)