nefares / Background-Muter

Background Muter - Automatically Mute Background Applications
GNU General Public License v3.0
83 stars 8 forks source link

When moving a muted app to the Mute Exception list, it does not unmute #21

Open nefares opened 1 year ago

nefares commented 1 year ago

A muted app will only be unmuted when it is in the foreground again, even if it was moved to the exception list.

A fix could be to run through all the apps of the exception list and unmute them every time the exception list changes.

Verify that there is no performance drop.