ui: Always display Wi-Fi list when navigating to Network panel (#30333)

* ui: Display Wi-Fi list when navigate to Network panel

* pertain to PR description
This commit is contained in:
Jason Wen
2023-10-29 13:06:34 -04:00
committed by GitHub
parent fe4ad96701
commit 0eea00e887

View File

@@ -105,6 +105,7 @@ void Networking::showEvent(QShowEvent *event) {
}
void Networking::hideEvent(QHideEvent *event) {
main_layout->setCurrentWidget(wifiScreen);
wifi->stop();
}