diff --git a/openvpn.c b/openvpn.c index b6228a1..9f83225 100644 --- a/openvpn.c +++ b/openvpn.c @@ -438,6 +438,10 @@ OnStateChange(connection_t *c, char *data) SetStatusWinIcon(c->hwndStatus, ID_ICO_CONNECTING); } } + else + { + CheckAndSetTrayIcon(); + } } static void