fix overrides for plugin_kobolight_tap

pull/2558/head
mblq 7 years ago committed by Qingping Hou
parent 8476487c05
commit 1e095afb15

@ -41,7 +41,7 @@ function KoboLight:setupTouchZones()
ratio_w = tap_touch_zone_ratio.w, ratio_h = tap_touch_zone_ratio.h, ratio_w = tap_touch_zone_ratio.w, ratio_h = tap_touch_zone_ratio.h,
}, },
handler = function() return self:onTap() end, handler = function() return self:onTap() end,
overrides = { 'footer_tap' }, overrides = { 'readerfooter_tap' },
}, },
{ {
id = "plugin_kobolight_swipe", id = "plugin_kobolight_swipe",

Loading…
Cancel
Save