From 7185556c3756ef759d4a39b0b683996939b9ac8c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 12 Dec 2021 11:02:08 -0800 Subject: [PATCH] Start autodetect animation --- desktop/src/onionshare/connection_tab.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/src/onionshare/connection_tab.py b/desktop/src/onionshare/connection_tab.py index 24ae8928..b4e8bc25 100644 --- a/desktop/src/onionshare/connection_tab.py +++ b/desktop/src/onionshare/connection_tab.py @@ -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