fix: proxy, username, enable (#8109)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2024-05-21 21:27:32 +08:00 committed by GitHub
parent 676ee99709
commit e192f10c56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2268,7 +2268,7 @@ void changeSocks5Proxy() async {
Expanded(
child: TextField(
controller: userController,
enabled: isInProgress,
enabled: !isOptFixed,
),
),
],