fix: second proxy configuration fixing

This commit is contained in:
Ivan Kvashonkin
2024-11-10 18:39:14 +03:00
parent 56e93a3d5f
commit d8a860fb2f
2 changed files with 9 additions and 11 deletions

View File

@@ -311,7 +311,7 @@ return view.extend({
o.depends('second_enable', '1');
o.ucisection = 'second'; // Changed to 'second'
o = s.taboption('second_settings', form.Value, 'second_proxy_string', _('Proxy Configuration URL'), _('Enter connection string starting with vless:// or ss:// for proxy configuration'));
o = s.taboption('second_settings', form.TextValue, 'second_proxy_string', _('Proxy Configuration URL'), _('Enter connection string starting with vless:// or ss:// for proxy configuration'));
o.depends('second_mode', 'proxy');
o.ucisection = 'second'; // Changed to 'second'