Rev452, Auto hide no peers found info message, Raise error on invalid file location, Test PEX, Test invalid file downloads, Test peer download and ping
This commit is contained in:
parent
3173313ca2
commit
39413b9755
7 changed files with 128 additions and 7 deletions
|
@ -301,7 +301,7 @@ class UiWebsocket(object):
|
|||
if len(site.peers) == 0:
|
||||
if sys.modules["main"].file_server.port_opened:
|
||||
if notification:
|
||||
self.cmd("notification", ["info", "No peers found, but your content is ready to access."])
|
||||
self.cmd("notification", ["info", "No peers found, but your content is ready to access.", 5000])
|
||||
self.response(to, "ok")
|
||||
else:
|
||||
if notification:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue