Skip to content

Commit

Permalink
unbreak option menu order
Browse files Browse the repository at this point in the history
  • Loading branch information
desvox committed Dec 8, 2024
1 parent e751322 commit 9a066c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clients/urwid/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1716,9 +1716,6 @@ def options_menu(self):
urwid.AttrMap(editor_display, "opt_prompt")]:
content.append(item)

for item in time_stuff:
content.append(item)

for item in editor_buttons:
content.append(item)

Expand Down

0 comments on commit 9a066c3

Please sign in to comment.