From ed737fe0b40565f4aa61240c2fa2cf0ee9758364 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Thu, 17 Nov 2022 18:13:24 +0100 Subject: [PATCH] feat: separated p and e cores in the dashboard --- Stats/Views/Dashboard.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stats/Views/Dashboard.swift b/Stats/Views/Dashboard.swift index 413eeff2..3275a4d2 100644 --- a/Stats/Views/Dashboard.swift +++ b/Stats/Views/Dashboard.swift @@ -203,7 +203,7 @@ class Dashboard: NSScrollView { } if let pCores = cpu.pCores { if mini != "" { - mini += ", " + mini += "\n" } mini += localizedString("Number of p-cores", "\(pCores)") }