diff --git a/VPNWatcher-Source/MainWindow.xaml.cs b/VPNWatcher-Source/MainWindow.xaml.cs index c790711..f026693 100644 --- a/VPNWatcher-Source/MainWindow.xaml.cs +++ b/VPNWatcher-Source/MainWindow.xaml.cs @@ -167,6 +167,8 @@ private bool strictVPNCheck(NetworkInterface selectedNetworkInterface) iconAction(STATUS.VPN_CONNECTED); return true; } + + performApplicationAction(); return false; }