mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight: new icon in select mode ConfirmBox (#9830)
This commit is contained in:
@@ -618,6 +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",
|
||||
ok_text = _("Exit select mode"),
|
||||
cancel_text = _("Close"),
|
||||
ok_callback = function()
|
||||
|
||||
Reference in New Issue
Block a user