Previously the StartHidden setting was used to override the behaviour in SetVisibleCore, both on start and when showing/hiding the UI from the system tray. This diff only overrides the behaviour of SetVisibleCore when the Form is first starting, and does not change this user setting when hiding or showing the UI from the system tray.
Addresses Issue #5.
Previously the StartHidden setting was used to override the behaviour in SetVisibleCore, both on start and when showing/hiding the UI from the system tray. This diff only overrides the behaviour of SetVisibleCore when the Form is first starting, and does not change this user setting when hiding or showing the UI from the system tray.