Skip to content

Commit

Permalink
Fixed typo in status list style
Browse files Browse the repository at this point in the history
  • Loading branch information
danschwarz committed Dec 26, 2023
1 parent d9c6bf7 commit a67a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toot/tui/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def build_list_item(self, status):
return urwid.AttrMap(item, None, focus_map={
"status_list_account": "status_list_selected",
"status_list_timestamp": "status_list_selected",
"highligh": "status_list_selected",
"highlight": "status_list_selected",
"dim": "status_list_selected",
None: "status_list_selected",
})
Expand Down

0 comments on commit a67a9f7

Please sign in to comment.