mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 13:45:12 +02:00
renamed CCH to CHE
not sure how i messed that up
This commit is contained in:
parent
69e1783bfb
commit
5aff40b595
@ -58,7 +58,7 @@ impl Painter {
|
|||||||
}
|
}
|
||||||
#[cfg(not(target_os = "windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
if let Some((label_percent, label_frac)) = &app_state.converted_data.cache_labels {
|
if let Some((label_percent, label_frac)) = &app_state.converted_data.cache_labels {
|
||||||
let cache_label = format!("CCH:{}{}", label_percent, label_frac);
|
let cache_label = format!("CHE:{}{}", label_percent, label_frac);
|
||||||
points.push(GraphData {
|
points.push(GraphData {
|
||||||
points: &app_state.converted_data.cache_data,
|
points: &app_state.converted_data.cache_data,
|
||||||
style: self.colours.cache_style,
|
style: self.colours.cache_style,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user