Default to list view

This commit is contained in:
Jeremy Soller 2024-09-17 11:41:14 -06:00
parent de08823052
commit 0fe302a524
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 5 additions and 2 deletions

View file

@ -168,7 +168,7 @@ pub struct TabConfig {
impl Default for TabConfig {
fn default() -> Self {
Self {
view: View::Grid,
view: View::List,
folders_first: true,
show_hidden: false,
sort_name: HeadingOptions::Name,