mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: separated p and e cores in the dashboard
This commit is contained in:
@@ -203,7 +203,7 @@ class Dashboard: NSScrollView {
|
||||
}
|
||||
if let pCores = cpu.pCores {
|
||||
if mini != "" {
|
||||
mini += ", "
|
||||
mini += "\n"
|
||||
}
|
||||
mini += localizedString("Number of p-cores", "\(pCores)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user