mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 22:55:06 +02:00
bug: Fix missing component list refresh (#361)
This commit is contained in:
parent
4471ecc161
commit
061cdb913b
@ -145,6 +145,11 @@ impl DataCollector {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Refresh components list once...
|
||||||
|
if self.widgets_to_harvest.use_temp {
|
||||||
|
self.sys.refresh_components_list();
|
||||||
|
}
|
||||||
|
|
||||||
// trace!("Running first run.");
|
// trace!("Running first run.");
|
||||||
futures::executor::block_on(self.update_data());
|
futures::executor::block_on(self.update_data());
|
||||||
// trace!("First run done. Sleeping for 250ms...");
|
// trace!("First run done. Sleeping for 250ms...");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user