diff --git a/Modules/Disk/popup.swift b/Modules/Disk/popup.swift index 71222182..2385c65d 100644 --- a/Modules/Disk/popup.swift +++ b/Modules/Disk/popup.swift @@ -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 = ""