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 a51e75bf01
commit 71e2b8aab4
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):
"""