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
Unverified
parent 676ee99709
commit e192f10c56

View File

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