change: auto load when start or connect.

This commit is contained in:
2025-06-26 00:19:45 +08:00
parent b63048ecae
commit 9f0dc8ad8d
6 changed files with 14 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ void Connecter::InitControl()
ui->elbClient->setText(name);
ui->elbClient->setStyleSheet("color: green;");
remoteCall_(name);
emit sigConfirmUse();
});
setMaximumWidth(300);