mirror of
https://github.com/ClementTsang/bottom
synced 2025-03-02 14:17:15 +00:00
Accidentally left in an extra line of code.
This commit is contained in:
parent
b17094d4b1
commit
0051477f56
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ impl DataState {
|
||||||
|
|
||||||
pub async fn update_data(&mut self) {
|
pub async fn update_data(&mut self) {
|
||||||
self.sys.refresh_system();
|
self.sys.refresh_system();
|
||||||
self.sys.refresh_processes();
|
|
||||||
|
|
||||||
if cfg!(not(target_os = "linux")) {
|
if cfg!(not(target_os = "linux")) {
|
||||||
self.sys.refresh_processes();
|
self.sys.refresh_processes();
|
||||||
|
|
Loading…
Add table
Reference in a new issue