You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Trash Sentinel function does not recognize deletion of multiple APPs at one time.
Steps to reproduce:
Go to '/Applications'
Choose two applications
Move them to Trash
Pearcleaner will automatically open, prompting you to delete one of the applications. After clicking the uninstall button, you will no longer be prompted to clean the second application.
Info:
OS: 15.1
Pearcleaner Version: 3.9.3
The text was updated successfully, but these errors were encountered:
So this isn't necessarily a bug, it's how the app logic is currently designed. It can only ingest one path at a time.
If I remember right, I think dropping multiple apps on the Pearcleaner window has the same behavior where only one of the apps will be recognized.
I will look into adding support for multiple paths in the future for drag/drop and the trash monitor.
alienator88
changed the title
[BUG] Trash Sentinel cannot be used when deleting multiple applications at the same time
[FR] Add multiple app support for sentinel monitor and drag/drop
Nov 8, 2024
I added some logic where if you Trash or drag/drop multiple apps, it will queue them up in a list at the bottom.
When you delete the first one in the list, it will then load the next one. I also added the ability to remove them from the list using the minus buttons.
Describe the bug:
The Trash Sentinel function does not recognize deletion of multiple APPs at one time.
Steps to reproduce:
Info:
The text was updated successfully, but these errors were encountered: