mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fixed build errors
This commit is contained in:
@@ -12,7 +12,6 @@ local T = require("ffi/util").template
|
||||
|
||||
local logger = require("logger")
|
||||
local Device = require("device")
|
||||
local UIManager = require("ui/uimanager")
|
||||
local InfoMessage = require("ui/widget/infomessage")
|
||||
|
||||
local OPDS = WidgetContainer:extend{
|
||||
@@ -90,7 +89,6 @@ end
|
||||
|
||||
function OPDS:getOPDSDownloadMenu()
|
||||
return {
|
||||
-- TODO add feature to do background sync
|
||||
{
|
||||
text = _("Perform sync"),
|
||||
callback = function()
|
||||
|
||||
@@ -121,7 +121,7 @@ function OPDSBrowser:addEditCatalog(item)
|
||||
title = _("Add OPDS catalog")
|
||||
end
|
||||
|
||||
local dialog, check_button_raw_names
|
||||
local dialog, check_button_raw_names, check_button_sync_catalog
|
||||
dialog = MultiInputDialog:new{
|
||||
title = title,
|
||||
fields = fields,
|
||||
|
||||
Reference in New Issue
Block a user