mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
remove: do not clear speed chart on connected
This commit is contained in:
parent
eccfcaf03f
commit
61348fe223
@ -1 +1 @@
|
|||||||
6105
|
6106
|
||||||
|
@ -642,7 +642,6 @@ void MainWindow::OnConnected(const ConnectionGroupPair &id)
|
|||||||
lastConnected = id;
|
lastConnected = id;
|
||||||
locateBtn->setEnabled(true);
|
locateBtn->setEnabled(true);
|
||||||
on_clearlogButton_clicked();
|
on_clearlogButton_clicked();
|
||||||
speedChartWidget->Clear();
|
|
||||||
auto name = GetDisplayName(id.connectionId);
|
auto name = GetDisplayName(id.connectionId);
|
||||||
if (!GlobalConfig.uiConfig.quietMode)
|
if (!GlobalConfig.uiConfig.quietMode)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user