mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[NT] Remove gesture mentions from Dispatcher (#12889)
This commit is contained in:
@@ -869,7 +869,7 @@ function Dispatcher:_addItem(caller, menu, location, settings, section)
|
||||
callback = function(spin)
|
||||
setValue(k, spin.value, touchmenu_instance)
|
||||
end,
|
||||
option_text = caller.profiles == nil and _("Use gesture distance"), -- Gesture manager only
|
||||
option_text = Device:isTouchDevice() and caller.profiles == nil and _("Use gesture distance"), -- Gesture manager only
|
||||
option_callback = function()
|
||||
setValue(k, 0, touchmenu_instance)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user