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:
Micah Lee 2018-04-29 16:41:05 -07:00
parent 4f89082f18
commit 9a076635c5
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 15 additions and 11 deletions

View file

@ -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):
"""