fix #1570 to disable swipe to go back by default

This commit is contained in:
chrox
2015-10-04 00:20:41 +08:00
parent f2d38336c1
commit 96dc338812

View File

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