From 67862098427dbd6cf9e94aef7dacb320776ffc46 Mon Sep 17 00:00:00 2001 From: SomeGuy <97603719+Commodore64user@users.noreply.github.com> Date: Sat, 4 May 2024 22:44:21 +0100 Subject: [PATCH] remove duplicated setting --- frontend/apps/reader/modules/readerhighlight.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/apps/reader/modules/readerhighlight.lua b/frontend/apps/reader/modules/readerhighlight.lua index 77579c401..d1f1af0db 100644 --- a/frontend/apps/reader/modules/readerhighlight.lua +++ b/frontend/apps/reader/modules/readerhighlight.lua @@ -594,6 +594,7 @@ Except when in two columns mode, where this is limited to showing only the previ if not Device:isTouchDevice() and Device:hasDPad() then menu_items.selection_text = util.tableDeepCopy(menu_items.long_press) menu_items.selection_text.text = _("Select on text") + menu_items.long_press = nil end -- main menu Search