add: Added default prompts for agency agreement and some multi-language translations

This commit is contained in:
yuluo
2024-04-13 12:44:06 +08:00
parent a8c843a0c4
commit 726f419172
3 changed files with 5 additions and 1 deletions

View File

@@ -2051,7 +2051,9 @@ void changeSocks5Proxy() async {
Expanded(
child: TextField(
decoration: InputDecoration(
errorText: proxyMsg.isNotEmpty ? proxyMsg : null),
errorText: proxyMsg.isNotEmpty ? proxyMsg : null,
hintText: translate("Default proxy protocol is socks5"),
),
controller: proxyController,
autofocus: true,
),