mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 13:41:25 -05:00
Address reviews
This commit is contained in:
parent
7b5c9c937c
commit
6dcac0f4e9
@ -328,9 +328,9 @@ class AutoConnectTab(QtWidgets.QWidget):
|
|||||||
|
|
||||||
# If there is a message, update the text of the bridge widget
|
# If there is a message, update the text of the bridge widget
|
||||||
if msg:
|
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
|
# If cancelled, stay in first launch widget and show buttons
|
||||||
# Else, switch to use bridge
|
# Else, switch to use bridge
|
||||||
if self.first_launch_widget.isVisible():
|
if self.first_launch_widget.isVisible():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user