aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/main_window.py
diff options
context:
space:
mode:
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_()