mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: moved widgets settings to the new design
This commit is contained in:
@@ -174,7 +174,7 @@ class Dashboard: NSStackView {
|
||||
scrollView.stackView.addArrangedSubview(self.deviceView())
|
||||
|
||||
scrollView.stackView.addArrangedSubview(PreferencesSection([
|
||||
PreferencesRow(localizedString("Processor"), component: textView(self.processorValue)),
|
||||
PreferencesRow(localizedString("Processor"), "", component: textView(self.processorValue)),
|
||||
PreferencesRow(localizedString("Memory"), component: textView(self.memoryValue)),
|
||||
PreferencesRow(localizedString("Graphics"), component: textView(self.graphicsValue))
|
||||
]))
|
||||
|
||||
Reference in New Issue
Block a user