opt.: ssh tab

This commit is contained in:
lollipopkit
2023-11-12 17:09:43 +08:00
parent 790812901d
commit 55ba013977
13 changed files with 110 additions and 45 deletions

View File

@@ -16,7 +16,12 @@ class Server implements TagPickable {
SSHClient? client;
ServerState state;
Server(this.spi, this.status, this.client, this.state);
Server(
this.spi,
this.status,
this.state, {
this.client,
});
@override
bool containsTag(String tag) {