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

This commit is contained in:
poire-z
2017-10-02 00:53:32 +02:00
committed by Frans de Jonge
parent 92e0067466
commit 1a97b4289c

View File

@@ -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.]]),
}
}
self:showDict(word, final_results, box)
self:showDict(word, final_results, box, link)
return
end
local lookup_cancelled = false