Skip to content

Commit

Permalink
feat: reset the process if no data in the Disk popup view
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Dec 21, 2023
1 parent 119bc5b commit 62ac20a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Disk/popup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 62ac20a

Please sign in to comment.