mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- fix network speed update in popup window (#57)
This commit is contained in:
@@ -163,6 +163,10 @@ internal class Popup: NSView {
|
||||
return
|
||||
}
|
||||
|
||||
self.uploadValue = value.upload
|
||||
self.downloadValue = value.download
|
||||
self.setUploadDownloadFields()
|
||||
|
||||
if let interface = value.interface {
|
||||
self.interfaceField?.stringValue = "\(interface.displayName) (\(interface.BSDName))"
|
||||
self.macAdressField?.stringValue = interface.address
|
||||
|
||||
Reference in New Issue
Block a user