Skip to content

Commit

Permalink
Merge pull request ihabunek#155 from dlax/media-help
Browse files Browse the repository at this point in the history
Document the [M]edia action
  • Loading branch information
ihabunek authored Jan 4, 2024
2 parents fda498d + 2199ca1 commit d3d1b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toot/tui/overlays.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def h(text):
yield urwid.Text(h(" [N] - Translate status if possible (toggle)"))
yield urwid.Text(h(" [R] - Reply to current status"))
yield urwid.Text(h(" [S] - Show text marked as sensitive"))
yield urwid.Text(h(" [M] - Show status media"))
yield urwid.Text(h(" [T] - Show status thread (replies)"))
yield urwid.Text(h(" [L] - Show the status links"))
yield urwid.Text(h(" [U] - Show the status data in JSON as received from the server"))
Expand Down

0 comments on commit d3d1b0d

Please sign in to comment.