mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-26 00:12:05 +08:00
Update networking comment
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