1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 17:24:45 +00:00

Merge pull request #236 from jimmystridh/fix/preserve-sort-state-after-uninstall

fix(ui): preserve sort state after uninstall
This commit is contained in:
Tw93
2026-01-03 13:57:28 +08:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

View File

@@ -84,8 +84,8 @@ type MemoryStatus struct {
UsedPercent float64
SwapUsed uint64
SwapTotal uint64
Cached uint64 // File cache that can be freed if needed
Pressure string // macOS memory pressure: normal/warn/critical
Cached uint64 // File cache that can be freed if needed
Pressure string // macOS memory pressure: normal/warn/critical
}
type DiskStatus struct {