mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
Update networking comment
old-commit-hash: bb09f68783c385eb8003d980e047e956c2442026
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user