Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Add multiple app support for sentinel monitor and drag/drop #145

Closed
bio1020 opened this issue Nov 8, 2024 · 2 comments
Closed

[FR] Add multiple app support for sentinel monitor and drag/drop #145

bio1020 opened this issue Nov 8, 2024 · 2 comments

Comments

@bio1020
Copy link

bio1020 commented Nov 8, 2024

Describe the bug:

The Trash Sentinel function does not recognize deletion of multiple APPs at one time.

Steps to reproduce:

  1. Go to '/Applications'
  2. Choose two applications
  3. Move them to Trash
  4. 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
@alienator88
Copy link
Owner

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 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
@alienator88
Copy link
Owner

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.
Screenshot 2024-11-08 at 1 18 56 PM

I'll have this out in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants