moving imports trough die gegend

This commit is contained in:
2025-08-01 23:06:27 +02:00
parent 2514275bf8
commit b9bd984de4

View File

@@ -422,7 +422,6 @@ fn get_cpu_temp() -> Option<f32> {
println!("Attempting to get CPU temperature...");
#[cfg(target_os = "linux")]
{
use sysinfo::Components;
println!("Attempting to get CPU temperature on Linux...");
let mut sys = System::new_all();
//let components = Components::new_with_refreshed_list();