Start autodetect animation

This commit is contained in:
Micah Lee 2021-12-12 11:02:08 -08:00
parent 8fe54afe13
commit 4d195692c1
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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