mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
Switch to another arrow.
This commit is contained in:
parent
0955673a74
commit
09b7e5cb49
@ -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…
x
Reference in New Issue
Block a user