mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 20:53:07 +00:00
Merge pull request #46 from ClementTsang/investigate_arrow_problem
Switch to another arrow.
This commit is contained in:
commit
e5957e06d0
1 changed files with 2 additions and 2 deletions
|
@ -1423,9 +1423,9 @@ impl Painter {
|
|||
let mut mem = "Mem%(m)".to_string();
|
||||
|
||||
let direction_val = if app_state.process_sorting_reverse {
|
||||
"⯆ ".to_string()
|
||||
"▼".to_string()
|
||||
} else {
|
||||
"⯅ ".to_string()
|
||||
"▲".to_string()
|
||||
};
|
||||
|
||||
match app_state.process_sorting_type {
|
||||
|
|
Loading…
Reference in a new issue