summaryrefslogtreecommitdiffstats
path: root/src/speedcheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/speedcheck.cpp')
-rw-r--r--src/speedcheck.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/speedcheck.cpp b/src/speedcheck.cpp
index 2151953..1ad46c9 100644
--- a/src/speedcheck.cpp
+++ b/src/speedcheck.cpp
@@ -115,6 +115,7 @@ void SpeedCheck::updateNetworkInfos(int) {
QMessageBox::warning(NULL, "Warning","Link Speed Slow");
_ui->networkSpeed->setStyleSheet("QLabel {color:orange;}");
_ui->networkSpeed->setToolTip("Networkspeed slow!");
+ _ui->connType->setText("wired");
}
_ui->networkSpeed->setText(speed + " MB/s");
}
@@ -122,6 +123,7 @@ void SpeedCheck::updateNetworkInfos(int) {
_ui->networkSpeed->setDisabled(true);
_ui->networkSpeed->setText("");
_ui->link->setText("");
+ _ui->connType->setText("wireless");
}
}
void SpeedCheck::updateTimer()