mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderLink: allow a forward location stack (#10228)
this allows going back and forth from links (think of undo / redo) when going back and no forward locations and when we are not on the same page as the last saved location, add the current location to the forward stack, helping if one goes back by mistake they can jump back to their current location when going back and no forward locations and when we are not on the same page as the last saved location, add the current location to the forward stack, helping if one goes back by mistake they can jump back to thier current location
This commit is contained in:
@@ -28,6 +28,7 @@ local order = {
|
||||
"autoturn",
|
||||
"----------------------------",
|
||||
"go_to_previous_location",
|
||||
"go_to_next_location",
|
||||
},
|
||||
navi_settings = {
|
||||
"toc_alt_toc",
|
||||
|
||||
Reference in New Issue
Block a user