mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: included previous and new IP addresses in the notifications (#2637)
This commit is contained in:
@@ -227,7 +227,7 @@ class Dashboard: NSStackView {
|
||||
PreferencesRow(localizedString("Memory"), component: textView(self.memoryValue, alignment: .right)),
|
||||
PreferencesRow(localizedString("Graphics"), component: textView(self.graphicsValue, alignment: .right)),
|
||||
PreferencesRow(localizedString("Disks"), component: textView(self.disksValue, alignment: .right)),
|
||||
PreferencesRow(localizedString("Displays"), "", component: textView(self.displaysValue, alignment: .right))
|
||||
PreferencesRow(localizedString("Display"), "", component: textView(self.displaysValue, alignment: .right))
|
||||
]))
|
||||
|
||||
scrollView.stackView.addArrangedSubview(PreferencesSection([
|
||||
|
||||
Reference in New Issue
Block a user