feat: added releasing all processes when closing the popup view

This commit is contained in:
Serhiy Mytrovtsiy
2023-07-06 18:21:29 +02:00
parent fc2f9ea653
commit 8a98cfd645
6 changed files with 26 additions and 1 deletions

View File

@@ -893,7 +893,7 @@ public class ProcessView: NSStackView {
self.toolTip = ""
}
private func setLock(_ state: Bool) {
public func setLock(_ state: Bool) {
self.lock = state
if self.lock {
self.imageView.isHidden = true