This commit is contained in:
lollipopkit
2023-01-28 21:16:53 +08:00
parent be1a162632
commit a518dca0ca
19 changed files with 269 additions and 247 deletions

View File

@@ -52,7 +52,7 @@ class _SSHPageState extends State<SSHPage> {
final client = locator<ServerProvider>()
.servers
.where((e) => e.info.id == widget.spi.id)
.where((e) => e.spi.id == widget.spi.id)
.first
.client;
if (client == null) {