fix overrides for plugin_kobolight_tap

This commit is contained in:
mblq
2017-02-19 12:18:10 +02:00
committed by Qingping Hou
parent 8476487c05
commit 1e095afb15

View File

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