mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix filemanager cannot remember sorting order
This commit is contained in:
@@ -44,6 +44,7 @@ function FileManager:init()
|
||||
local file_chooser = FileChooser:new{
|
||||
-- remeber to adjust the height when new item is added to the group
|
||||
path = self.root_path,
|
||||
collate = G_reader_settings:readSetting("collate") or "strcoll",
|
||||
show_parent = self.show_parent,
|
||||
show_hidden = show_hidden,
|
||||
width = Screen:getWidth(),
|
||||
|
||||
Reference in New Issue
Block a user