Accidentally left in an extra line of code.
This commit is contained in:
parent
b17094d4b1
commit
0051477f56
|
@ -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…
Reference in New Issue