new: delete all servers btn

This commit is contained in:
lollipopkit
2023-07-27 13:04:49 +08:00
parent 08a4dba659
commit ed3201db6d
16 changed files with 82 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ class ServerPrivateInfo {
required this.pwd,
this.pubKeyId,
this.tags,
}) : id = '$name<$user@$ip:$port>';
}) : id = '$user@$ip:$port';
ServerPrivateInfo.fromJson(Map<String, dynamic> json) {
name = json["name"].toString();