mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight: minor fixes (#10142)
* readerui: save highlight to pdf requires button press * readerhighlight: fix select mode confirmbox icon
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user