remove: do not clear speed chart on connected

This commit is contained in:
QxQ 2020-12-16 20:17:49 +08:00
parent eccfcaf03f
commit 61348fe223
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
6105
6106

View File

@ -642,7 +642,6 @@ void MainWindow::OnConnected(const ConnectionGroupPair &id)
lastConnected = id;
locateBtn->setEnabled(true);
on_clearlogButton_clicked();
speedChartWidget->Clear();
auto name = GetDisplayName(id.connectionId);
if (!GlobalConfig.uiConfig.quietMode)
{