mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-31 11:44:17 -04:00
Change storage limit specification to megabytes. Added storage stat to node info.
This commit is contained in:
parent
247db32033
commit
850f56cac3
4 changed files with 67 additions and 16 deletions
|
@ -14,7 +14,7 @@ class ConversationListDisplayShortcuts():
|
|||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
||||
self.widget = urwid.AttrMap(urwid.Text("[Enter] Open [C-e] Peer Info [C-x] Delete [C-r] Sync [C-n] New"), "shortcutbar")
|
||||
self.widget = urwid.AttrMap(urwid.Text("[C-e] Peer Info [C-x] Delete [C-r] Sync [C-n] New [C-g] Fullscreen"), "shortcutbar")
|
||||
|
||||
class ConversationDisplayShortcuts():
|
||||
def __init__(self, app):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue