mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-06 08:05:15 -04:00
Added node list sorting
This commit is contained in:
parent
2322a254a8
commit
0fb9e180ba
3 changed files with 42 additions and 7 deletions
|
@ -984,7 +984,7 @@ class ConversationWidget(urwid.WidgetWrap):
|
|||
urwid.Pile([
|
||||
urwid.Text("The paper message was saved to:\n\n"+str(path)+"\n", align="center"),
|
||||
urwid.Columns([("weight", 0.6, urwid.Text("")), ("weight", 0.4, urwid.Button("OK", on_press=dismiss_dialog))])
|
||||
]), title=g["page"]
|
||||
]), title=g["papermsg"].replace(" ", "")
|
||||
)
|
||||
dialog.delegate = self
|
||||
bottom = self.messagelist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue