mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-13 13:11:30 -05:00
Remove references to website loaded notification that never actually get displayed
This commit is contained in:
parent
b723d45a61
commit
9accff1ade
@ -200,12 +200,6 @@ class WebsiteMode(Mode):
|
|||||||
"""
|
"""
|
||||||
self.primary_action.hide()
|
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):
|
def on_reload_settings(self):
|
||||||
"""
|
"""
|
||||||
If there were some files listed for sharing, we should be ok to re-enable
|
If there were some files listed for sharing, we should be ok to re-enable
|
||||||
|
@ -152,8 +152,6 @@
|
|||||||
"systray_menu_exit": "Quit",
|
"systray_menu_exit": "Quit",
|
||||||
"systray_page_loaded_title": "Page Loaded",
|
"systray_page_loaded_title": "Page Loaded",
|
||||||
"systray_page_loaded_message": "OnionShare address 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_title": "Sharing Started",
|
||||||
"systray_share_started_message": "Starting to send files to someone",
|
"systray_share_started_message": "Starting to send files to someone",
|
||||||
"systray_share_completed_title": "Sharing Complete",
|
"systray_share_completed_title": "Sharing Complete",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user