mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
filemanagerfilesearcher: fix menu appearance (#13465)
This commit is contained in:
@@ -27,7 +27,7 @@ local FileSearcher = InputContainer:extend{
|
||||
|
||||
function FileSearcher:init()
|
||||
self:registerKeyEvents()
|
||||
if self.ui.file_chooser then
|
||||
if not self.ui.document then
|
||||
self.ui.menu:registerToMainMenu(self)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user