mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 08:35:11 -04:00
Basic Network Text UI implemented. Announce stream and peer settings implemented.
This commit is contained in:
parent
420cfcbbe3
commit
a53bd70dc9
8 changed files with 668 additions and 25 deletions
|
@ -87,6 +87,7 @@ class MainDisplay():
|
|||
def show_network(self, user_data):
|
||||
self.sub_displays.active_display = self.sub_displays.network_display
|
||||
self.update_active_sub_display()
|
||||
self.sub_displays.network_display.start()
|
||||
|
||||
def show_conversations(self, user_data):
|
||||
self.sub_displays.active_display = self.sub_displays.conversations_display
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue