mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-03 14:45:07 -04:00
Added feedback on opening link
This commit is contained in:
parent
78106b3f8c
commit
71ff0f9bcd
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ class BrowserFrame(urwid.Frame):
|
|||
RNS.log("Error while setting up cursor timeout. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
|
||||
return super(BrowserFrame, self).keypress(size, key)
|
||||
|
||||
|
||||
else:
|
||||
return super(BrowserFrame, self).keypress(size, key)
|
||||
|
||||
|
@ -175,6 +175,7 @@ class Browser:
|
|||
if destination_type == "nomadnetwork.node":
|
||||
if self.status >= Browser.DISCONECTED:
|
||||
RNS.log("Browser handling link to: "+str(link_target), RNS.LOG_DEBUG)
|
||||
self.browser_footer = urwid.Text("Opening link to: "+str(link_target))
|
||||
try:
|
||||
self.retrieve_url(link_target)
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue