Changed: shutdown behaviour to terminate app
This commit is contained in:
parent
093d2b5dfe
commit
631d5e3774
@ -139,7 +139,8 @@ namespace AppLauncher
|
||||
break;
|
||||
case WM_QUERYENDSESSION:
|
||||
requestExit = true;
|
||||
this.Close();
|
||||
//this.Close();
|
||||
Application.Exit();
|
||||
|
||||
break;
|
||||
default: break;
|
||||
|
Reference in New Issue
Block a user