Skip to content

Commit

Permalink
emit put back
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Jan 17, 2025
1 parent b2111ae commit 47823d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyoncatqt/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def update_connection_status(self: QGroupBox) -> None:
else:
self.status_label.setText("ONCat: Disconnected")
self.status_label.setStyleSheet("color: red")
self.connection_updated.emit(self.is_connected)

@property
def is_connected(self: QGroupBox) -> bool:
Expand Down

0 comments on commit 47823d7

Please sign in to comment.