Skip to content

Commit

Permalink
remove cached memory stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdenasser committed Nov 8, 2024
1 parent cf91ed8 commit 1943368
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macos-task-manager",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"productName": "NeoHtop",
"mainBinaryName": "NeoHtop",
"version": "1.0.7",
"version": "1.0.8",
"identifier": "com.neohtop.dev",
"plugins": {},
"app": {
Expand Down
4 changes: 0 additions & 4 deletions src/lib/components/StatsBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 1943368

Please sign in to comment.