mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix, lang] Swipe to show footnotes in popup setting text (#4477)
Duplicate with the tap to show footnotes text, reported on https://www.mobileread.com/forums/showthread.php?p=3798627
This commit is contained in:
@@ -227,8 +227,9 @@ You can still follow them from the dictionary window or the selection menu after
|
||||
-- Swipe section
|
||||
menu_items.follow_links.sub_item_table[8].separator = nil
|
||||
table.insert(menu_items.follow_links.sub_item_table, 9, {
|
||||
text = _("Show footnotes in popup"),
|
||||
text = _("Swipe to show footnotes in popup"),
|
||||
checked_func = isSwipeLinkFootnotePopupEnabled,
|
||||
enabled_func = isSwipeToFollowNearestLinkEnabled,
|
||||
callback = function()
|
||||
G_reader_settings:saveSetting("swipe_link_footnote_popup",
|
||||
not isSwipeLinkFootnotePopupEnabled())
|
||||
|
||||
Reference in New Issue
Block a user