Merge branch 'master' into clap

This commit is contained in:
Twan Stok 2023-03-14 00:00:51 +01:00
commit f6f452611f

View File

@ -58,7 +58,7 @@ impl Painter {
}
#[cfg(not(target_os = "windows"))]
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: &app_state.converted_data.cache_data,
style: self.colours.cache_style,