mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight: delete highlight in view note dialog (#11039)
This commit is contained in:
@@ -894,9 +894,10 @@ function ReaderHighlight:showHighlightNoteOrDialog(page, index, bookmark_note)
|
||||
buttons_table = {
|
||||
{
|
||||
{
|
||||
text = _("Close"),
|
||||
text = _("Delete highlight"),
|
||||
callback = function()
|
||||
UIManager:close(textviewer)
|
||||
self:deleteHighlight(page, index)
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user