Address reviews

This commit is contained in:
Saptak S 2022-05-02 12:28:50 +05:30
parent 1669a55175
commit 667b82319f
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF

View File

@ -328,9 +328,9 @@ class AutoConnectTab(QtWidgets.QWidget):
# If there is a message, update the text of the bridge widget
if msg:
self.use_bridge_widget.connection_error_message.setText(f"{msg}")
self.use_bridge_widget.connection_error_message.setText(msg)
# If we're on first launch, check if wasCancelled
# If we're on first launch, check if wasCanceled
# If cancelled, stay in first launch widget and show buttons
# Else, switch to use bridge
if self.first_launch_widget.isVisible():