-- Resume/wake-sync state (not persisted - reset each session)
self.last_auto_sync_time=0-- unix timestamp of last auto-sync (cooldown guard)
@@ -5510,6 +5518,74 @@ function BookloreSync:addToMainMenu(menu_items)
dialog:onShowKeyboard()
end,
},
{
text_func=function()
returnself.magic_separate_folder
and_("Separate magic shelf folder: ON")
or_("Separate magic shelf folder: OFF")
end,
help_text=_("When enabled, magic shelf downloads use a separate folder instead of the shared download directory. You can set the path after enabling."),