mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added CPU, GPU, ANE, RAM, and PCI powers from IOReport (#2346)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user