fixed build errors

This commit is contained in:
Volterxien
2025-06-13 08:56:35 -04:00
parent 87acf9432b
commit abb4677022
2 changed files with 1 additions and 3 deletions

View File

@@ -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()

View File

@@ -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,