chore: use conf.theme instead of conf.style.theme

This commit is contained in:
JuanZoran
2023-03-15 19:27:21 +08:00
parent 52238cb1e7
commit 21351b3a26
6 changed files with 92 additions and 91 deletions

View File

@@ -22,6 +22,8 @@ local function do_query(data)
---@type TransFrontend
local frontend = data.frontend
local result = data.result
for _, backend in ipairs(data.backends) do
---@cast backend TransBackend
local name = backend.name
@@ -40,7 +42,6 @@ local function do_query(data)
result[name] = nil
end
end
end