mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Reader: always exit to book folder (#12129)
This commit is contained in:
@@ -45,8 +45,9 @@ function ReaderMenu:init()
|
||||
remember = false,
|
||||
callback = function()
|
||||
self:onTapCloseMenu()
|
||||
local file = self.ui.document.file
|
||||
self.ui:onClose()
|
||||
self.ui:showFileManager()
|
||||
self.ui:showFileManager(file)
|
||||
end,
|
||||
},
|
||||
main = {
|
||||
|
||||
Reference in New Issue
Block a user