mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Added network stats to object details
This commit is contained in:
parent
4eea61b629
commit
e83ead7b37
@ -642,7 +642,7 @@ class RVDetails(MDRecycleView):
|
||||
try:
|
||||
nh = RNS.Transport.hops_to(self.delegate.object_hash)
|
||||
nhi = self.delegate.app.sideband.reticulum.get_next_hop_if_name(self.delegate.object_hash)
|
||||
if nhi:
|
||||
if nhi and nhi != "None":
|
||||
self.entries.append({"icon": "routes", "text": f"Current path on [b]{nhi}[/b]", "on_release": pass_job})
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user