We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce727e7 commit 734bc7eCopy full SHA for 734bc7e
1 file changed
plugins/bookshortcuts.koplugin/main.lua
@@ -48,7 +48,7 @@ function BookShortcuts:onBookShortcut(path)
48
self.ui.file_chooser:changeToPath(path)
49
else -- called from Reader
50
self.ui:onClose()
51
- self.ui:showFileManager(path)
+ self.ui:showFileManager(path .. "/")
52
end
53
else
54
local real_path = ffiUtil.realpath(path)
0 commit comments