mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-24 06:05:10 +02:00
Merge branch 'master' into clap
This commit is contained in:
commit
f6f452611f
@ -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