Skip to content

Commit

Permalink
ui: Always display Wi-Fi list when navigating to Network panel (comma…
Browse files Browse the repository at this point in the history
…ai#30333)

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

* pertain to PR description
  • Loading branch information
sunnyhaibin authored Oct 29, 2023
1 parent fe4ad96 commit 0eea00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/ui/qt/network/networking.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void Networking::showEvent(QShowEvent *event) {
}

void Networking::hideEvent(QHideEvent *event) {
main_layout->setCurrentWidget(wifiScreen);
wifi->stop();
}

Expand Down

0 comments on commit 0eea00e

Please sign in to comment.