mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] readerhighlight: "View HTML" was always disabled (#8573)
This commit is contained in:
@@ -161,7 +161,7 @@ function ReaderHighlight:init()
|
||||
end
|
||||
|
||||
-- cre documents only
|
||||
if self.ui.rolling then
|
||||
if not self.document.info.has_pages then
|
||||
self:addToHighlightDialog("09_view_html", function(_self)
|
||||
return {
|
||||
text = _("View HTML"),
|
||||
|
||||
Reference in New Issue
Block a user