ReaderHighlight: minor fixes (#10142)

* readerui: save highlight to pdf requires button press

* readerhighlight: fix select mode confirmbox icon
This commit is contained in:
hius07
2023-02-19 21:49:09 +02:00
committed by GitHub
parent e79f161516
commit 54b3b5a8cc
2 changed files with 4 additions and 4 deletions

View File

@@ -618,7 +618,7 @@ function ReaderHighlight:onTapSelectModeIcon()
if not self.select_mode then return end
UIManager:show(ConfirmBox:new{
text = _("You are currently in SELECT mode.\nTo finish highlighting, long press where the highlight should end and press the HIGHLIGHT button.\nYou can also exit select mode by tapping on the start of the highlight."),
icon = "format-quote-close",
icon = "texture-box",
ok_text = _("Exit select mode"),
cancel_text = _("Close"),
ok_callback = function()