docs: screenshot

This commit is contained in:
Jack Wills
2022-07-22 23:56:30 +00:00
parent b620f9c001
commit 3b69cc29fa
6 changed files with 8 additions and 41 deletions
+2 -2
View File
@@ -407,8 +407,8 @@ pub fn draw_heading_bar<B: Backend>(
if let Some((a, b)) = sorted_by.as_ref() {
if x == a {
match b {
SortedOrder::Asc => suffix = " ",
SortedOrder::Desc => suffix = " ",
SortedOrder::Asc => suffix = " ",
SortedOrder::Desc => suffix = " ",
}
suffix_margin = 2;
color = Color::White