aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/tab/mode/chat_mode/__init__.py
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2022-11-23 17:09:41 +1100
committerMiguel Jacq <mig@mig5.net>2022-12-14 07:48:10 +1100
commitbde2db38798517a60561ec4db689b13048d38e47 (patch)
tree801633b76f994b66ac9a3f7be26e17c503b7201c /desktop/onionshare/tab/mode/chat_mode/__init__.py
parenta96991713bec44f4c33b5483a11547e2665eaf94 (diff)
downloadonionshare-bde2db38798517a60561ec4db689b13048d38e47.tar.gz
onionshare-bde2db38798517a60561ec4db689b13048d38e47.zip
Remove on_reload_settings()
Diffstat (limited to 'desktop/onionshare/tab/mode/chat_mode/__init__.py')
-rw-r--r--desktop/onionshare/tab/mode/chat_mode/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/onionshare/tab/mode/chat_mode/__init__.py b/desktop/onionshare/tab/mode/chat_mode/__init__.py
index af2cab81..61062f0f 100644
--- a/desktop/onionshare/tab/mode/chat_mode/__init__.py
+++ b/desktop/onionshare/tab/mode/chat_mode/__init__.py
@@ -149,11 +149,5 @@ class ChatMode(Mode):
"""
self.primary_action.hide()
- def on_reload_settings(self):
- """
- We should be ok to re-enable the 'Start Receive Mode' button now.
- """
- self.primary_action.show()
-
def update_primary_action(self):
self.common.log("ChatMode", "update_primary_action")