Gesture to show only config menu (#3051)

* Gesture to show only config menu

* Show config menu from bottom
This commit is contained in:
Robert
2017-08-05 21:49:00 +02:00
committed by Frans de Jonge
parent 4b9fc6333f
commit 21c63a297e
4 changed files with 34 additions and 20 deletions

View File

@@ -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
},
{