feat: reset the process if no data in the Disk popup view

This commit is contained in:
Serhiy Mytrovtsiy
2023-12-21 14:52:35 +01:00
parent 119bc5b067
commit 62ac20a1c8

View File

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