renamed CCH to CHE

not sure how i messed that up
This commit is contained in:
Twan Stok 2023-03-14 00:00:14 +01:00
parent 69e1783bfb
commit 5aff40b595

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,