mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: reset the process if no data in the Disk popup view
This commit is contained in:
@@ -858,6 +858,8 @@ public class TopProcess: NSStackView {
|
||||
}
|
||||
|
||||
public func clear() {
|
||||
self.imageView.image = nil
|
||||
self.labelView.stringValue = "-"
|
||||
self.inputView.stringValue = "-"
|
||||
self.outputView.stringValue = "-"
|
||||
self.toolTip = ""
|
||||
|
||||
Reference in New Issue
Block a user