mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Start autodetect animation
This commit is contained in:
parent
8fe54afe13
commit
4d195692c1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue