- fix network speed update in popup window (#57)

This commit is contained in:
Serhiy Mytrovtsiy
2020-07-09 09:41:48 +02:00
parent 2e05d9164b
commit 4cb405f0de
3 changed files with 7 additions and 3 deletions

View File

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