Skip to content

Commit

Permalink
Added network stats to object details
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed May 6, 2024
1 parent 4eea61b commit e83ead7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbapp/ui/objectdetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def lj():
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:
Expand Down

0 comments on commit e83ead7

Please sign in to comment.