From 348890ae882d7ae7b78d1ca9b0936e8a5eb52aeb Mon Sep 17 00:00:00 2001 From: yuluo Date: Wed, 3 Apr 2024 23:51:18 +0800 Subject: [PATCH] fix ui description --- flutter/lib/desktop/pages/desktop_setting_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter/lib/desktop/pages/desktop_setting_page.dart b/flutter/lib/desktop/pages/desktop_setting_page.dart index bf30450a3..0f2489610 100644 --- a/flutter/lib/desktop/pages/desktop_setting_page.dart +++ b/flutter/lib/desktop/pages/desktop_setting_page.dart @@ -1104,7 +1104,7 @@ class _NetworkState extends State<_Network> with AutomaticKeepAliveClientMixin { child: Column(children: [ server(enabled), _Card(title: 'Proxy', children: [ - _Button('Socks5 Proxy', changeSocks5Proxy, + _Button("Socks5/Http(s) Proxy", changeSocks5Proxy, enabled: enabled), ]), ]), @@ -2034,7 +2034,7 @@ void changeSocks5Proxy() async { } return CustomAlertDialog( - title: Text(translate('Socks5 Proxy')), + title: Text(translate("Socks5/Http(s) Proxy")), content: ConstrainedBox( constraints: const BoxConstraints(minWidth: 500), child: Column(