This commit is contained in:
Alin
2024-09-23 17:19:29 -06:00
parent 3c50edc53c
commit 04862bc1d7
9 changed files with 219 additions and 54 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func checkApp(file: String) {
return
} else {
if FileManager.default.isInTrash(app) {
NSWorkspace.shared.open(URL(string: "pear://com.alienator88.Pearcleaner?path=\(file)")!)
NSWorkspace.shared.open(URL(string: "pear://com.alienator88.Pearcleaner?path=\(file)&brew=true")!)
}
}
} else {