fix #1570 to disable swipe to go back by default

pull/1662/head
chrox 9 years ago
parent f2d38336c1
commit 96dc338812

@ -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)

Loading…
Cancel
Save