Remove references to website loaded notification that never actually get displayed

This commit is contained in:
Micah Lee 2019-09-22 16:07:37 -07:00
parent b723d45a61
commit 9accff1ade
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 0 additions and 8 deletions

View File

@ -200,12 +200,6 @@ class WebsiteMode(Mode):
"""
self.primary_action.hide()
def handle_request_load(self, event):
"""
Handle REQUEST_LOAD event.
"""
self.system_tray.showMessage(strings._('systray_site_loaded_title'), strings._('systray_site_loaded_message'))
def on_reload_settings(self):
"""
If there were some files listed for sharing, we should be ok to re-enable

View File

@ -152,8 +152,6 @@
"systray_menu_exit": "Quit",
"systray_page_loaded_title": "Page Loaded",
"systray_page_loaded_message": "OnionShare address loaded",
"systray_site_loaded_title": "Website Loaded",
"systray_site_loaded_message": "OnionShare website loaded",
"systray_share_started_title": "Sharing Started",
"systray_share_started_message": "Starting to send files to someone",
"systray_share_completed_title": "Sharing Complete",