mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix #2110 by adding disable double tap option in screen options
This commit is contained in:
@@ -284,6 +284,7 @@ function ReaderUI:init()
|
||||
view = self.view,
|
||||
ui = self
|
||||
})
|
||||
self.disable_double_tap = G_reader_settings:readSetting("disable_double_tap") ~= false
|
||||
end
|
||||
-- fulltext search
|
||||
self:registerModule("search", ReaderSearch:new{
|
||||
|
||||
Reference in New Issue
Block a user