mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Allow wikipedia lookup from filemanager
Also allow taking screenshot when on dictionary window.
This commit is contained in:
@@ -220,8 +220,10 @@ function ReaderDictionary:showDict(word, results, box)
|
||||
is_wiki = self.is_wiki,
|
||||
wiki_languages = self.wiki_languages,
|
||||
refresh_callback = function()
|
||||
-- update info in footer (time, battery, etc)
|
||||
self.view.footer:updateFooter()
|
||||
if self.view then
|
||||
-- update info in footer (time, battery, etc)
|
||||
self.view.footer:updateFooter()
|
||||
end
|
||||
end,
|
||||
}
|
||||
table.insert(self.dict_window_list, self.dict_window)
|
||||
|
||||
Reference in New Issue
Block a user