ReaderHighlight: Highlight menu, change 'Delete' to Trash can icon (#12758)

Closes #12754; as discussed there.
This commit is contained in:
jonnyl2
2024-11-20 20:31:20 +01:00
committed by GitHub
parent afa1ef5f86
commit fa20344a15

View File

@@ -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)