Initialize FileChooser with root_path, otherwise the command line argument (directory) is ignored

pull/219/head
Paulo Matias 11 years ago
parent 89decc25d5
commit 48d6020930

@ -29,6 +29,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,
height = Screen:getHeight() - self.banner:getSize().h,
is_popout = false,
is_borderless = true,

Loading…
Cancel
Save