fixed misplaced no-windows flag

This commit is contained in:
Twan Stok 2023-03-31 04:15:40 +02:00
parent d7f17eb321
commit de755572f0

View File

@ -92,8 +92,8 @@ pub struct ConfigColours {
pub all_cpu_color: Option<Cow<'static, str>>,
pub avg_cpu_color: Option<Cow<'static, str>>,
pub cpu_core_colors: Option<Vec<Cow<'static, str>>>,
#[cfg(not(target_os = "windows"))]
pub ram_color: Option<Cow<'static, str>>,
#[cfg(not(target_os = "windows"))]
pub cache_color: Option<Cow<'static, str>>,
pub swap_color: Option<Cow<'static, str>>,
pub arc_color: Option<Cow<'static, str>>,