mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
@@ -862,7 +862,7 @@ Except when in two columns mode, where this is limited to showing only the previ
|
||||
table.insert(menu_items.long_press.sub_item_table, {
|
||||
text_func = function()
|
||||
local highlight_non_touch_interval = G_reader_settings:readSetting("highlight_non_touch_interval") or 1
|
||||
return T(N_("Interval for crosshairs speed increase: 1 second", "Interval for speed increase: %1 seconds", highlight_non_touch_interval), highlight_non_touch_interval)
|
||||
return T(N_("Interval for crosshairs speed increase: 1 second", "Interval for crosshairs speed increase: %1 seconds", highlight_non_touch_interval), highlight_non_touch_interval)
|
||||
end,
|
||||
enabled_func = function()
|
||||
return not self.view.highlight.disabled and G_reader_settings:nilOrTrue("highlight_non_touch_spedup")
|
||||
|
||||
Reference in New Issue
Block a user