[Fix] Show 'Follow Link' even when no dict installed

pull/3288/head
poire-z 7 years ago committed by Frans de Jonge
parent 92e0067466
commit 1a97b4289c

@ -354,7 +354,7 @@ function ReaderDictionary:stardictLookup(word, box, link)
definition = _([[No dictionaries installed. Please search for "Dictionary support" in the KOReader Wiki to get more information about installing new dictionaries.]]), definition = _([[No dictionaries installed. Please search for "Dictionary support" in the KOReader Wiki to get more information about installing new dictionaries.]]),
} }
} }
self:showDict(word, final_results, box) self:showDict(word, final_results, box, link)
return return
end end
local lookup_cancelled = false local lookup_cancelled = false

Loading…
Cancel
Save