Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
UI: Hide connection info expander in online detect
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Apr 25, 2024
1 parent 153474f commit aa848d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eduvpn/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def enter_error_state(self, old_state: str, error: Exception):
def enter_online_detect_state(self, old_state: str, data: str):
self.connection_status_label.set_text(_("Connected, testing connection..."))
self.connection_status_image.set_from_file(StatusImage.CONNECTING.path)
self.connection_info_expander.hide()
self.set_connection_switch_state(True)

@run_in_glib_thread
Expand Down

0 comments on commit aa848d2

Please sign in to comment.