mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Annotations: fix page numbers (#12324)
This commit is contained in:
@@ -299,7 +299,7 @@ function FileManager:setupLayout()
|
||||
file_manager:showOpenWithDialog(file)
|
||||
end,
|
||||
},
|
||||
filemanagerutil.genBookInformationButton(doc_settings_or_file or file, self.book_props, close_dialog_callback),
|
||||
filemanagerutil.genBookInformationButton(doc_settings_or_file, self.book_props, close_dialog_callback),
|
||||
})
|
||||
if has_provider then
|
||||
table.insert(buttons, {
|
||||
|
||||
Reference in New Issue
Block a user