-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not remove tray icon when WM_OVPN_STOPALL is processed
- commit f8a243f introduced removing the tray icon during the wait for exit to avoid further user interaction. This is done in StopAllOpenVPN(). However, this function is also reused for processing WM_OVPN_STOPALL message received from a second instance via --comamnd disconnect_all. In this case the tray icon should not be removed as we are not exiting. Fixes issue #607 Signed-off-by: Selva Nair <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters