readerbookmark: fix item text display

reviewable/pr11563/r22
hius07 2 months ago committed by GitHub
parent 4c91114489
commit d48710a9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -974,7 +974,7 @@ function ReaderBookmark:getBookmarkItemText(item)
else -- it is a note, but we show the "highlight" prefix before the highlighted text else -- it is a note, but we show the "highlight" prefix before the highlighted text
text = self.display_prefix["highlight"] text = self.display_prefix["highlight"]
end end
if self.items_text == "all" then if self.items_text == "all" or self.items_text == "note" then
text = text .. item.text_orig text = text .. item.text_orig
end end
if item.note then if item.note then

Loading…
Cancel
Save