summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data_harvester.rs')
-rw-r--r--src/app/data_harvester.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/data_harvester.rs b/src/app/data_harvester.rs
index 59e01237..86e1a4ca 100644
--- a/src/app/data_harvester.rs
+++ b/src/app/data_harvester.rs
@@ -211,6 +211,7 @@ impl DataCollector {
#[cfg(not(target_os = "linux"))]
{
if self.widgets_to_harvest.use_proc {
+ self.sys.refresh_cpu();
self.sys.refresh_processes();
}
if self.widgets_to_harvest.use_temp {