mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix ota update for PocketBook
This commit is contained in:
@@ -5,7 +5,7 @@ local _ = require("gettext")
|
||||
|
||||
local common_info = {}
|
||||
|
||||
if Device:isKindle() or Device:isKobo() then
|
||||
if Device:isKindle() or Device:isKobo() or Device:isPocketBook() then
|
||||
local OTAManager = require("ui/otamanager")
|
||||
table.insert(common_info, OTAManager:getOTAMenuTable())
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user