mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
decouple reader footer from dictquicklookup widget & translation fix (#2664)
* chore: fix strings for translations * dictionary(chore): decouple reader footer from dictquicklookup widget
This commit is contained in:
@@ -209,6 +209,10 @@ function ReaderDictionary:showDict(word, results, box)
|
||||
-- differentiate between dict and wiki
|
||||
is_wiki = self.is_wiki,
|
||||
wiki_languages = self.wiki_languages,
|
||||
refresh_callback = function()
|
||||
-- update info in footer (time, battery, etc)
|
||||
self.view.footer:updateFooter()
|
||||
end,
|
||||
}
|
||||
table.insert(self.dict_window_list, self.dict_window)
|
||||
UIManager:show(self.dict_window)
|
||||
|
||||
Reference in New Issue
Block a user