mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Start autodetect animation
This commit is contained in:
parent
8fe54afe13
commit
4d195692c1
@ -158,6 +158,8 @@ class AutoConnectTab(QtWidgets.QWidget):
|
||||
self.use_bridge_widget.hide_buttons()
|
||||
|
||||
if self.use_bridge_widget.detect_automatic_radio.isChecked():
|
||||
self.use_bridge_widget.start_autodetecting_location()
|
||||
|
||||
# TODO: In a separate thread, detect the country. When complete, call
|
||||
# self.use_bridge_widget.stop_autodetecting_location() to stop the animation
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user