debug, mobile, connection state

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-06-23 14:29:58 +08:00
parent e6c3c55b39
commit ef102bdf94
4 changed files with 5 additions and 7 deletions

View File

@@ -201,7 +201,6 @@ class ServerInfo extends StatelessWidget {
@override
Widget build(BuildContext context) {
final isPermanent = model.verificationMethod == kUsePermanentPassword;
final serverModel = Provider.of<ServerModel>(context);
const Color colorPositive = Colors.green;
const Color colorNegative = Colors.red;