change:disconnect clear cur remote id;

This commit is contained in:
2025-06-27 22:18:41 +08:00
parent b17f275758
commit b234ec8079
2 changed files with 4 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ void Connecter::RunWorker(ClientCore* clientCore)
if (model) {
model->clear();
}
ui->elbClient->clear();
clientCore_->SetRemoteID("");
qInfo() << QString(tr("Disconnected."));
});