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

Add feature to revert all changes done by Background Muter #10

Open
nefares opened this issue Jun 20, 2022 · 0 comments
Open

Add feature to revert all changes done by Background Muter #10

nefares opened this issue Jun 20, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@nefares
Copy link
Owner

nefares commented Jun 20, 2022

In some cases applications previously muted by the background muter stay muted even though it exited cleanly. This can happen when the respective application exits while being muted

A possible fix for this is to store all apps encountered by background muter on the hard drive and each time it exits make sure that all those apps were properly unmuted.

A less ressource heavy option may be to store the encountered apps in memory and unmute them (even if they are no longer running), or to detect when an application being muted exits.

The code will likely reside in RunMuter() to compare the previous list and current list when the timer ticks and so detect any changes

@nefares nefares added bug Something isn't working enhancement New feature or request labels Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant