Skip to content

Commit

Permalink
...finish last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
desvox committed Dec 8, 2024
1 parent 9a066c3 commit 4f06fef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/urwid/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1703,6 +1703,9 @@ def options_menu(self):

content.append(urwid.Divider())

for item in time_stuff:
content.append(item)

for item in [urwid.Divider(),
urwid.Text(("button", "Limited message width:")),
urwid.AttrMap(width_edit, "opt_prompt"),
Expand Down

0 comments on commit 4f06fef

Please sign in to comment.