mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
Added save connected node functionality
This commit is contained in:
@@ -1284,6 +1284,9 @@ class NetworkLeftPile(urwid.Pile):
|
||||
self.parent.browser.disconnect()
|
||||
elif key == "ctrl u":
|
||||
self.parent.browser.url_dialog()
|
||||
elif key == "ctrl s":
|
||||
self.parent.browser.save_node_dialog()
|
||||
|
||||
else:
|
||||
return super(NetworkLeftPile, self).keypress(size, key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user