Update networking comment

old-commit-hash: bb09f68783
commatwo_master
ShaneSmiskol 4 years ago
parent 2796d9cfcd
commit b5f5ce739b
  1. 2
      selfdrive/ui/qt/offroad/networking.cc

@ -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();

Loading…
Cancel
Save