aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/tab/mode/chat_mode/__init__.py
diff options
context:
space:
mode:
authorNoisyCoil <noisycoil@tutanota.com>2022-12-30 19:55:47 +0100
committerNoisyCoil <noisycoil@tutanota.com>2022-12-30 19:55:47 +0100
commite3613c39fe2750a1a70782d28aac68ed0e909b49 (patch)
tree4817240dc8cf62afb6194968d9d5a7e78f79d198 /desktop/onionshare/tab/mode/chat_mode/__init__.py
parent8e77fa4fe019fc088605c6c6289b8634e67e9477 (diff)
parent5d6f155066fee4cf773a617f4123c83669b6d6f1 (diff)
downloadonionshare-e3613c39fe2750a1a70782d28aac68ed0e909b49.tar.gz
onionshare-e3613c39fe2750a1a70782d28aac68ed0e909b49.zip
Completed merge
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 aae41dcc..01f194b1 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")