Update networking comment

This commit is contained in:
ShaneSmiskol
2021-07-14 13:39:39 -07:00
parent 729632971c
commit bb09f68783
+1 -1
View File
@@ -102,7 +102,7 @@ void Networking::wrongPassword(const QString &ssid) {
}
void Networking::showEvent(QShowEvent* event) {
// Wait to refresh to avoid queuing up too many scans if shown and hidden quickly
// Wait to refresh to avoid delay when showing Networking widget
QTimer::singleShot(300, this, [=]() {
if (this->isVisible()) {
wifi->refreshNetworks();