feat(debug): add debug data for download_lists_via_proxy_section

This commit is contained in:
divocatt
2026-05-29 17:00:02 +03:00
parent 6e7b8a6be2
commit daef80b7b8

View File

@@ -309,6 +309,8 @@ function createSettingsContent(section) {
this.keylist = [];
this.vallist = [];
console.log('sections', {sections})
for (const secName in sections) {
const sec = sections[secName];
if (sec[".type"] === "section") {