mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
invert item when tapping on filemanager
This commit is contained in:
@@ -40,6 +40,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,
|
||||
show_parent = self.show_parent,
|
||||
height = Screen:getHeight() - self.banner:getSize().h,
|
||||
is_popout = false,
|
||||
is_borderless = true,
|
||||
|
||||
Reference in New Issue
Block a user