refactor: rename config key 'mode' to 'connection_type'

This commit is contained in:
Andrey Petelin
2025-10-10 17:25:06 +05:00
committed by divocat
parent 095b3c6fa9
commit 687334bf8d
2 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
function createSectionContent(section) {
let o = section.option(
form.ListValue,
'mode',
'connection_type',
_('Connection Type'),
_('Select between VPN and Proxy connection methods for traffic routing'),
);