Skip to content

Commit

Permalink
biggest refacto so far
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaultier committed Oct 2, 2024
1 parent 7cad371 commit 2420f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oryx-tui/src/section/inspection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ impl Inspection {
Line::from("Protocol").centered(),
{
if self.manuall_scroll {
Line::from("").centered().yellow()
Line::from("󰹆").centered().yellow()
} else {
Line::from("").centered()
}
Expand Down

0 comments on commit 2420f41

Please sign in to comment.