@@ -3425,15 +3549,21 @@ function BookloreSync:addToMainMenu(menu_items)
UIManager:show(widget)
end,
},
},
keep_menu_open=true,
},
{
text=_("Advanced"),
enabled_func=function()
returnself.progress_sync_enabled
end,
sub_item_table={
{
text=_("Normalize session locations"),
help_text=_("When enabled, start/end session locations are converted to the server page-count scale so the displayed book page is correct instead of using KOReader-provided pages. This needs page count metadata from the server, which can be re-synced in Sync & Cache -> Advanced. Progress percentages are unchanged."),