From de755572f0e1ef887ac290cfdaaadc1e906d3db4 Mon Sep 17 00:00:00 2001 From: Twan Stok Date: Fri, 31 Mar 2023 04:15:40 +0200 Subject: [PATCH] fixed misplaced no-windows flag --- src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.rs b/src/options.rs index 72cfa616..78b5483e 100644 --- a/src/options.rs +++ b/src/options.rs @@ -92,8 +92,8 @@ pub struct ConfigColours { pub all_cpu_color: Option>, pub avg_cpu_color: Option>, pub cpu_core_colors: Option>>, - #[cfg(not(target_os = "windows"))] pub ram_color: Option>, + #[cfg(not(target_os = "windows"))] pub cache_color: Option>, pub swap_color: Option>, pub arc_color: Option>,