mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Annotations export/import: merge (keep existing annotations) (#13751)
This commit is contained in:
@@ -252,6 +252,15 @@ function ReaderBookmark:addToMainMenu(menu_items)
|
||||
G_reader_settings:flipNilOrFalse("annotations_export_on_closing")
|
||||
end,
|
||||
},
|
||||
{
|
||||
text = _("Keep all annotations on import"),
|
||||
checked_func = function()
|
||||
return G_reader_settings:isTrue("annotations_export_keep_all_on_import")
|
||||
end,
|
||||
callback = function()
|
||||
G_reader_settings:flipNilOrFalse("annotations_export_keep_all_on_import")
|
||||
end,
|
||||
},
|
||||
{
|
||||
text_func = function()
|
||||
return T(_("Export / import folder: %1"),
|
||||
|
||||
Reference in New Issue
Block a user