mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Gesture to show only config menu (#3051)
* Gesture to show only config menu * Show config menu from bottom
This commit is contained in:
@@ -29,7 +29,7 @@ function ReaderHighlight:setupTouchZones()
|
||||
screen_zone = {
|
||||
ratio_x = 0, ratio_y = 0, ratio_w = 1, ratio_h = 1,
|
||||
},
|
||||
overrides = { 'tap_forward', 'tap_backward', 'readermenu_tap' },
|
||||
overrides = { 'tap_forward', 'tap_backward', 'readermenu_tap', 'readerconfigmenu_tap', },
|
||||
handler = function(ges) return self:onTap(nil, ges) end
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user