mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight: Highlight menu, change 'Delete' to Trash can icon (#12758)
Closes #12754; as discussed there.
This commit is contained in:
@@ -1229,7 +1229,7 @@ function ReaderHighlight:onShowHighlightDialog(index)
|
||||
local buttons = {
|
||||
{
|
||||
{
|
||||
text = _("Delete"),
|
||||
text = "\u{F48E}", -- Trash can (icon to prevent confusion of Delete/Details buttons)
|
||||
callback = function()
|
||||
self:deleteHighlight(index)
|
||||
UIManager:close(self.edit_highlight_dialog)
|
||||
|
||||
Reference in New Issue
Block a user