feat: separated p and e cores in the dashboard

This commit is contained in:
Serhiy Mytrovtsiy
2022-11-17 18:13:24 +01:00
parent ed806a54f9
commit ed737fe0b4

View File

@@ -203,7 +203,7 @@ class Dashboard: NSScrollView {
}
if let pCores = cpu.pCores {
if mini != "" {
mini += ", "
mini += "\n"
}
mini += localizedString("Number of p-cores", "\(pCores)")
}