mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-22 21:24:10 -04:00
Added configurable glyph sets
This commit is contained in:
parent
3c949ce73e
commit
6537a3d5cd
6 changed files with 103 additions and 43 deletions
|
@ -140,8 +140,9 @@ class MenuColumns(urwid.Columns):
|
|||
class MenuDisplay():
|
||||
def __init__(self, app, handler):
|
||||
self.app = app
|
||||
g = self.app.ui.glyphs
|
||||
|
||||
menu_text = ("pack", urwid.Text(" \U00002638"))
|
||||
menu_text = ("pack", urwid.Text(g["decoration_menu"]))
|
||||
button_network = (11, MenuButton("Network", on_press=handler.show_network))
|
||||
button_conversations = (17, MenuButton("Conversations", on_press=handler.show_conversations))
|
||||
button_directory = (13, MenuButton("Directory", on_press=handler.show_directory))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue