feat: added CPU, GPU, ANE, RAM, and PCI powers from IOReport (#2346)

This commit is contained in:
Serhiy Mytrovtsiy
2025-02-08 10:55:48 +01:00
parent 858816107a
commit 9ae1388428
9 changed files with 284 additions and 14 deletions

View File

@@ -1395,7 +1395,7 @@ public class PreferencesRow: NSStackView {
self.addArrangedSubview(view)
}
private func text(_ title: String? = nil, _ description: String? = nil) -> NSView {
fileprivate func text(_ title: String? = nil, _ description: String? = nil) -> NSView {
let view: NSStackView = NSStackView()
view.orientation = .vertical
view.spacing = 0