nefares / Background-Muter

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

Fix a bug of autostart by removing an unnecessary remained code. #35

Closed lamrongol closed 3 weeks ago

lamrongol commented 3 weeks ago

When autostart is enabled, app doesn't work because of SetVisibleCore and this.WindowState = FormWindowState.Minimized is sufficient, so I 've removed an unnecessary code. Related to #8