feat: moved widgets settings to the new design

This commit is contained in:
Serhiy Mytrovtsiy
2024-04-25 18:04:19 +02:00
parent f873fdaa3d
commit bfadf4eb9b
14 changed files with 247 additions and 301 deletions

View File

@@ -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))
]))