mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 19:46:52 +03:00
fix: restore selected value for specific proxy section
This commit is contained in:
@@ -214,7 +214,9 @@ function createSettingsContent(section) {
|
|||||||
|
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
o.depends('download_lists_via_proxy', '1');
|
o.depends('download_lists_via_proxy', '1');
|
||||||
|
o.cfgvalue = function (section_id) {
|
||||||
|
return uci.get('podkop', section_id, 'download_lists_via_proxy_section');
|
||||||
|
};
|
||||||
o.load = function () {
|
o.load = function () {
|
||||||
const sections = this.map?.data?.state?.values?.podkop ?? {};
|
const sections = this.map?.data?.state?.values?.podkop ?? {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user