Skip to content

ReaderHighlight: Highlight menu, change 'Delete' to Trash can icon#1

Merged
jonnyl2 merged 1 commit into
masterfrom
delete-icon
Nov 20, 2024
Merged

ReaderHighlight: Highlight menu, change 'Delete' to Trash can icon#1
jonnyl2 merged 1 commit into
masterfrom
delete-icon

Conversation

@jonnyl2

@jonnyl2 jonnyl2 commented Nov 20, 2024

Copy link
Copy Markdown
Owner

Closes koreader#12754; as discussed there.

Other icons or text labels would also be okay, this is only to prevent user confusion of the easily mixed up Details/Delete buttons.

{
{
text = _("Delete"),
text = ("\u{F48E}"), -- Trash can (icon to prevent confusion of Delete/Details buttons)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
text = ("\u{F48E}"), -- Trash can (icon to prevent confusion of Delete/Details buttons)
text = "\u{F48E}", -- Trash can (icon to prevent confusion of Delete/Details buttons)

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Oops, I already merged it, I'll try do it it right, this time.

@Frenzie

Frenzie commented Nov 20, 2024

Copy link
Copy Markdown

I was a bit confused about various things not working but you made a PR to your own repo ;-)

@jonnyl2

jonnyl2 commented Nov 20, 2024

Copy link
Copy Markdown
Owner Author

Yes I just realized that :)

@jonnyl2 jonnyl2 merged commit b02391a into master Nov 20, 2024
@jonnyl2 jonnyl2 deleted the delete-icon branch November 20, 2024 17:38
@jonnyl2 jonnyl2 restored the delete-icon branch November 20, 2024 17:45
@jonnyl2 jonnyl2 deleted the delete-icon branch December 21, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Highlight options dialog: possible Delete/Details button confusion

2 participants