From 62ac20a1c80f3afe164c4effdefada533ed31bba Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Thu, 21 Dec 2023 14:52:35 +0100 Subject: [PATCH] feat: reset the process if no data in the Disk popup view --- Modules/Disk/popup.swift | 2 ++ 1 file changed, 2 insertions(+) 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 = ""