mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderLink: option to add location to stack on opening book (#7685)
This commit is contained in:
@@ -436,6 +436,15 @@ if Device:hasKeys() then
|
||||
end,
|
||||
}
|
||||
end
|
||||
common_settings.opening_page_location_stack = {
|
||||
text = _("Add opening page to location history"),
|
||||
checked_func = function()
|
||||
return G_reader_settings:isTrue("opening_page_location_stack")
|
||||
end,
|
||||
callback = function()
|
||||
G_reader_settings:flipNilOrFalse("opening_page_location_stack")
|
||||
end,
|
||||
}
|
||||
|
||||
-- Auto-save settings: default value, info text and warning, and menu items
|
||||
if G_reader_settings:hasNot("auto_save_settings_interval_minutes") then
|
||||
|
||||
Reference in New Issue
Block a user