aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/main_window.py
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2022-11-23 17:04:15 +1100
committerMiguel Jacq <mig@mig5.net>2022-12-14 07:48:10 +1100
commita96991713bec44f4c33b5483a11547e2665eaf94 (patch)
tree9f48d245bc25f61f1b845dd2e798e22b20171cf9 /desktop/onionshare/main_window.py
parenta7eff6c9995305ecd0867669d4fe9e9c11c96dbe (diff)
downloadonionshare-a96991713bec44f4c33b5483a11547e2665eaf94.tar.gz
onionshare-a96991713bec44f4c33b5483a11547e2665eaf94.zip
Ensure Tab timer starts once tor is connected
Diffstat (limited to 'desktop/onionshare/main_window.py')
-rw-r--r--desktop/onionshare/main_window.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/onionshare/main_window.py b/desktop/onionshare/main_window.py
index 7cad2df1..127c8605 100644
--- a/desktop/onionshare/main_window.py
+++ b/desktop/onionshare/main_window.py
@@ -244,17 +244,6 @@ class MainWindow(QtWidgets.QMainWindow):
break
self.tabs.open_settings_tab(from_autoconnect, active_tab=active_tab)
- def settings_have_changed(self):
- self.common.log("OnionShareGui", "settings_have_changed")
-
- if self.common.gui.onion.is_authenticated():
- self.status_bar.clearMessage()
-
- # Tell each tab that settings have changed
- for index in range(self.tabs.count()):
- tab = self.tabs.widget(index)
- tab.settings_have_changed()
-
def bring_to_front(self):
self.common.log("MainWindow", "bring_to_front")
self.raise_()