nefares/Background-Muter

Multi-window processes incorrectly handling muting when MuteCondition is set to Minimized

nefares opened this issue · 1 comments

Since only the Main Window handle is checked for the Iconic property, it causes all windows to remain muted/unmuted until the main window is minimized/unminimized.

A fix will probably include checking for the Window handle instead of the process, and muting only the process related to that window handle.

I tried to fix this bug but failed. My attempt is:
lamrongol@c60dcab

I hope this clues you.