remove cached memory stats

This commit is contained in:
Abdenasser 2024-11-08 01:08:56 +01:00
parent cf91ed8c84
commit 1943368046
5 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "macos-task-manager",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"type": "module",
"scripts": {

2
src-tauri/Cargo.lock generated
View File

@ -1608,7 +1608,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "macos-task-manager"
version = "1.0.7"
version = "1.0.8"
dependencies = [
"serde",
"serde_json",

View File

@ -1,6 +1,6 @@
[package]
name = "macos-task-manager"
version = "1.0.7"
version = "1.0.8"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@ -28,7 +28,7 @@
},
"productName": "NeoHtop",
"mainBinaryName": "NeoHtop",
"version": "1.0.7",
"version": "1.0.8",
"identifier": "com.neohtop.dev",
"plugins": {},
"app": {

View File

@ -97,10 +97,6 @@
<span>Free</span>
<span>{formatMemorySize(systemStats.memory_free)}</span>
</div>
<div class="stat-item">
<span>Cached</span>
<span>{formatMemorySize(systemStats.memory_cached)}</span>
</div>
</div>
</div>