feat: included previous and new IP addresses in the notifications (#2637)

This commit is contained in:
Serhiy Mytrovtsiy
2025-10-11 23:37:22 +02:00
parent 868ca52221
commit c4b424b3fa
41 changed files with 218 additions and 3 deletions

View File

@@ -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([