mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- rename Network widget to Speed
This commit is contained in:
@@ -129,7 +129,7 @@ public class Network: Module {
|
||||
}
|
||||
|
||||
self.popupView.usageCallback(value!)
|
||||
if let widget = self.widget as? NetworkWidget {
|
||||
if let widget = self.widget as? SpeedWidget {
|
||||
widget.setValue(upload: value!.upload, download: value!.download)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user