remove duplicated setting

reviewable/pr11750/r1
SomeGuy 1 month ago committed by GitHub
parent 89b1280166
commit 6786209842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 if not Device:isTouchDevice() and Device:hasDPad() then
menu_items.selection_text = util.tableDeepCopy(menu_items.long_press) menu_items.selection_text = util.tableDeepCopy(menu_items.long_press)
menu_items.selection_text.text = _("Select on text") menu_items.selection_text.text = _("Select on text")
menu_items.long_press = nil
end end
-- main menu Search -- main menu Search

Loading…
Cancel
Save