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:
@@ -756,9 +756,9 @@ function ReaderUI:notifyCloseDocument()
|
||||
self:closeDocument()
|
||||
else
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = _("Do you want to save this document?"),
|
||||
ok_text = _("Save"),
|
||||
cancel_text = _("Don't save"),
|
||||
text = _("Write highlights into this PDF??"),
|
||||
ok_text = _("Write"),
|
||||
dismissable = false,
|
||||
ok_callback = function()
|
||||
self:closeDocument()
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user