Skip to content

Commit 290a232

Browse files
authored
BookShortcuts main: fix open folder from Reader (koreader#15517)
1 parent ce727e7 commit 290a232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/bookshortcuts.koplugin/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function BookShortcuts:onBookShortcut(path)
4848
self.ui.file_chooser:changeToPath(path)
4949
else -- called from Reader
5050
self.ui:onClose()
51-
self.ui:showFileManager(path)
51+
self.ui:showFileManager(path .. "/")
5252
end
5353
else
5454
local real_path = ffiUtil.realpath(path)

0 commit comments

Comments
 (0)