sort by name by default
This commit is contained in:
parent
6af87e4d9d
commit
e0ffb8502c
|
@ -99,7 +99,7 @@ func newModel(fs []files.File, width, height int, readonly, preselected bool, wo
|
||||||
|
|
||||||
m.table = createTable(columns, rows, theight, m.readonlyOnePage())
|
m.table = createTable(columns, rows, theight, m.readonlyOnePage())
|
||||||
|
|
||||||
m.sorting = sorting.Size
|
m.sorting = sorting.Name
|
||||||
m.sort()
|
m.sort()
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|
Loading…
Reference in a new issue