mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix #1570 to disable swipe to go back by default
This commit is contained in:
@@ -59,7 +59,7 @@ local function is_follow_links_on()
|
||||
end
|
||||
|
||||
local function swipe_to_go_back()
|
||||
return G_reader_settings:readSetting("swipe_to_go_back") ~= false
|
||||
return G_reader_settings:readSetting("swipe_to_go_back") == true
|
||||
end
|
||||
|
||||
function ReaderLink:addToMainMenu(tab_item_table)
|
||||
|
||||
Reference in New Issue
Block a user