mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 08:55:12 -04:00
Make the "download page loaded" and "upload page loaded" messages displayed as systray notifications instead of in the status bar, and make it work for Receive Mode
This commit is contained in:
parent
4f89082f18
commit
9a076635c5
5 changed files with 15 additions and 11 deletions
|
@ -303,7 +303,8 @@ class Mode(QtWidgets.QWidget):
|
|||
"""
|
||||
Handle REQUEST_RATE_LIMIT event.
|
||||
"""
|
||||
pass
|
||||
self.stop_server()
|
||||
Alert(self.common, strings._('error_rate_limit'), QtWidgets.QMessageBox.Critical)
|
||||
|
||||
def handle_request_progress(self, event):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue